#35240B

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

Shades of Cocoa Brown #35240B

Tints of Cocoa Brown #35240B

Color information

#35240B (or 0x35240B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 0B. RGB value is (53,36,11). Sum of RGB (Red+Green+Blue) = 53+36+11=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35240B is #CADBF4. Grayscale: #262626. Windows color (decimal): -13294581 or 730165. OLE color: 730165.

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

Color convert

RGB533611-
CMYK00.320.790.79
HSL35.71º65.62%12.55%-
HSV(B)35.71º79.25%20.78%-
XYZ2.162.040.6-
YUV38.23112.63138.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 11 (4.69% from 255) = 11%
R=53%
G=36%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53361100.320.790.7935.7165.6212.55
Hex3524B0204F4F2442d
Octal6544130401171174410215
Binary110101100100101101000001001111100111110010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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