#35251C

Color #35251C Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #35251C

Tints of Cocoa Brown #35251C

Color information

#35251C (or 0x35251C) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 1C. RGB value is (53,37,28). Sum of RGB (Red+Green+Blue) = 53+37+28=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251C is #CADAE3. Grayscale: #282828. Windows color (decimal): -13294308 or 1844533. OLE color: 1844533.

HSL color Cylindrical-coordinate representation of color #35251C: hue angle of 21.6º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35251C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB533728-
CMYK00.300.470.79
HSL21.6º30.86%15.88%-
HSV(B)21.6º47.17%20.78%-
XYZ2.342.161.39-
YUV40.76120.8136.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=44.92%
G=31.36%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372800.300.470.7921.630.8615.88
Hex35251C01E2F4F161f10
Octal65453403657117263720
Binary110101100101111000111101011111001111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35251C; }

 p { color: rgb(53,37,28); }

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

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

 a { background-color: rgb(53,37,28); }

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

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

 span { border-color: rgb(53,37,28); }

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