#35230D

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

Shades of Cocoa Brown #35230D

Tints of Cocoa Brown #35230D

Color information

#35230D (or 0x35230D) is unknown color: approx Cocoa Brown. HEX triplet: 35, 23 and 0D. RGB value is (53,35,13). Sum of RGB (Red+Green+Blue) = 53+35+13=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #35230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35230D is #CADCF2. Grayscale: #252525. Windows color (decimal): -13294835 or 860981. OLE color: 860981.

HSL color Cylindrical-coordinate representation of color #35230D: hue angle of 33º 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 #35230D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB533513-
CMYK00.340.750.79
HSL33º60.61%12.94%-
HSV(B)33º75.47%20.78%-
XYZ2.141.990.65-
YUV37.87113.96138.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=52.48%
G=34.65%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53351300.340.750.793360.6112.94
Hex3523D0224B4F213dd
Octal654315042113117417515
Binary11010110001111010100010100101110011111000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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