#35240D

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

Shades of Cocoa Brown #35240D

Tints of Cocoa Brown #35240D

Color information

#35240D (or 0x35240D) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 0D. RGB value is (53,36,13). Sum of RGB (Red+Green+Blue) = 53+36+13=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35240D is #CADBF2. Grayscale: #262626. Windows color (decimal): -13294579 or 861237. OLE color: 861237.

HSL color Cylindrical-coordinate representation of color #35240D: hue angle of 34.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35240D is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB533613-
CMYK00.320.750.79
HSL34.5º60.61%12.94%-
HSV(B)34.5º75.47%20.78%-
XYZ2.172.050.66-
YUV38.46113.63138.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=51.96%
G=35.29%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53361300.320.750.7934.560.6112.94
Hex3524D0204B4F233dd
Octal654415040113117437515
Binary11010110010011010100000100101110011111000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35240D; }

 p { color: rgb(53,36,13); }

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

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

 a { background-color: rgb(53,36,13); }

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

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

 span { border-color: rgb(53,36,13); }

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