#35251B

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

Shades of Cocoa Brown #35251B

Tints of Cocoa Brown #35251B

Color information

#35251B (or 0x35251B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 1B. RGB value is (53,37,27). Sum of RGB (Red+Green+Blue) = 53+37+27=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251B is #CADAE4. Grayscale: #282828. Windows color (decimal): -13294309 or 1778997. OLE color: 1778997.

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

Color convert

RGB533727-
CMYK00.300.490.79
HSL23.08º32.5%15.69%-
HSV(B)23.08º49.06%20.78%-
XYZ2.332.161.33-
YUV40.64120.3136.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=45.30%
G=31.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372700.300.490.7923.0832.515.69
Hex35251B01E314F172010
Octal65453303661117274020
Binary1101011001011101101111011000110011111011110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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