#35240E

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

Shades of Cocoa Brown #35240E

Tints of Cocoa Brown #35240E

Color information

#35240E (or 0x35240E) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 0E. RGB value is (53,36,14). Sum of RGB (Red+Green+Blue) = 53+36+14=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35240E is #CADBF1. Grayscale: #262626. Windows color (decimal): -13294578 or 926773. OLE color: 926773.

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

Color convert

RGB533614-
CMYK00.320.740.79
HSL33.85º58.21%13.14%-
HSV(B)33.85º73.58%20.78%-
XYZ2.182.050.7-
YUV38.58114.13138.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=51.46%
G=34.95%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53361400.320.740.7933.8558.2113.14
Hex3524E0204A4F223ad
Octal654416040112117427215
Binary11010110010011100100000100101010011111000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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