#35220A

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

Shades of Cocoa Brown #35220A

Tints of Cocoa Brown #35220A

Color information

#35220A (or 0x35220A) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 0A. RGB value is (53,34,10). Sum of RGB (Red+Green+Blue) = 53+34+10=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35220A is #CADDF5. Grayscale: #252525. Windows color (decimal): -13295094 or 664117. OLE color: 664117.

HSL color Cylindrical-coordinate representation of color #35220A: hue angle of 33.49º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35220A is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB533410-
CMYK00.360.810.79
HSL33.49º68.25%12.35%-
HSV(B)33.49º81.13%20.78%-
XYZ2.11.920.55-
YUV36.94112.79139.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=54.64%
G=35.05%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53341000.360.810.7933.4968.2512.35
Hex3522A024514F2144c
Octal6542120441211174110414
Binary110101100010101001001001010001100111110000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,34,10); }

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

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

 a { background-color: rgb(53,34,10); }

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

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

 span { border-color: rgb(53,34,10); }

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