#c35b1c

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

Shades of Chocolate #C35B1C

Tints of Chocolate #C35B1C

Color information

#C35B1C (or 0xC35B1C) is unknown color: approx Chocolate. HEX triplet: C3, 5B and 1C. RGB value is (195,91,28). Sum of RGB (Red+Green+Blue) = 195+91+28=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B1C is #3CA4E3. Grayscale: #737373. Windows color (decimal): -3974372 or 1858499. OLE color: 1858499.

HSL color Cylindrical-coordinate representation of color #C35B1C: hue angle of 22.63º 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 #C35B1C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1959128-
CMYK00.530.860.24
HSL22.63º74.89%43.73%-
HSV(B)22.63º85.64%76.47%-
XYZ26.4619.173.4-
YUV114.9178.96185.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.10%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=62.10%
G=28.98%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195912800.530.860.2422.6374.8943.73
HexC35B1C0355618174b2c
Octal30313334065126302711354
Binary110000111011011111000110101101011011000101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35b1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35b1c; }

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

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

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

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

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

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

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

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