#352209

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

Shades of Cocoa Brown #352209

Tints of Cocoa Brown #352209

Color information

#352209 (or 0x352209) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 09. RGB value is (53,34,9). Sum of RGB (Red+Green+Blue) = 53+34+9=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352209 is #CADDF6. Grayscale: #242424. Windows color (decimal): -13295095 or 598581. OLE color: 598581.

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

Color convert

RGB53349-
CMYK00.360.830.79
HSL34.09º70.97%12.16%-
HSV(B)34.09º83.02%20.78%-
XYZ2.091.920.52-
YUV36.83112.29139.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=55.21%
G=35.42%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334900.360.830.7934.0970.9712.16
Hex35229024534F2247c
Octal6542110441231174210714
Binary110101100010100101001001010011100111110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352209; }

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

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

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

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

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

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

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

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