#C35E1C

Color #C35E1C Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C35E1C

Tints of Chocolate #C35E1C

Color information

#C35E1C (or 0xC35E1C) is unknown color: approx Chocolate. HEX triplet: C3, 5E and 1C. RGB value is (195,94,28). Sum of RGB (Red+Green+Blue) = 195+94+28=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E1C is #3CA1E3. Grayscale: #757575. Windows color (decimal): -3973604 or 1859267. OLE color: 1859267.

HSL color Cylindrical-coordinate representation of color #C35E1C: hue angle of 23.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C35E1C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1959428-
CMYK00.520.860.24
HSL23.71º74.89%43.73%-
HSV(B)23.71º85.64%76.47%-
XYZ26.7219.693.49-
YUV116.6877.96183.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=61.51%
G=29.65%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195942800.520.860.2423.7174.8943.73
HexC35E1C0345618184b2c
Octal30313634064126303011354
Binary110000111011110111000110100101011011000110001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E1C; }

 p { color: rgb(195,94,28); }

 H1.HeaderClassName
 {
   color: #C35E1C;
 }
 .AnyTagClassName
 {
   color: #C35E1C;
 }
</style>
background-color css

<style>
 a { background-color: #C35E1C; }

 a { background-color: rgb(195,94,28); }

 div.DivClassName
 {
   background-color: #C35E1C;
 }
 .BgClassName
 {
   background-color: #C35E1C;
 }
</style>
border-color css

<style>
 span { border-color: #C35E1C; }

 span { border-color: rgb(195,94,28); }

 td.TdClassName
 {
   border-color: #C35E1C;
 }
 .TagClassName
 {
   border-color: #C35E1C;
 }
</style>