#35271C

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

Shades of Cocoa Brown #35271C

Tints of Cocoa Brown #35271C

Color information

#35271C (or 0x35271C) is unknown color: approx Cocoa Brown. HEX triplet: 35, 27 and 1C. RGB value is (53,39,28). Sum of RGB (Red+Green+Blue) = 53+39+28=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35271C is #CAD8E3. Grayscale: #292929. Windows color (decimal): -13293796 or 1845045. OLE color: 1845045.

HSL color Cylindrical-coordinate representation of color #35271C: hue angle of 26.4º 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 #35271C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB533928-
CMYK00.260.470.79
HSL26.4º30.86%15.88%-
HSV(B)26.4º47.17%20.78%-
XYZ2.42.291.41-
YUV41.93120.14135.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=44.17%
G=32.5%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53392800.260.470.7926.430.8615.88
Hex35271C01A2F4F1a1f10
Octal65473403257117323720
Binary110101100111111000110101011111001111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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