#35251A

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

Shades of Cocoa Brown #35251A

Tints of Cocoa Brown #35251A

Color information

#35251A (or 0x35251A) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 1A. RGB value is (53,37,26). Sum of RGB (Red+Green+Blue) = 53+37+26=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251A is #CADAE5. Grayscale: #282828. Windows color (decimal): -13294310 or 1713461. OLE color: 1713461.

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

Color convert

RGB533726-
CMYK00.300.510.79
HSL24.44º34.18%15.49%-
HSV(B)24.44º50.94%20.78%-
XYZ2.322.151.27-
YUV40.53119.8136.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=45.69%
G=31.90%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372600.300.510.7924.4434.1815.49
Hex35251A01E334F1822f
Octal65453203663117304217
Binary110101100101110100111101100111001111110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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