#352203

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

Shades of Cocoa Brown #352203

Tints of Cocoa Brown #352203

Color information

#352203 (or 0x352203) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 03. RGB value is (53,34,3). Sum of RGB (Red+Green+Blue) = 53+34+3=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #352203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352203 is #CADDFC. Grayscale: #242424. Windows color (decimal): -13295101 or 205365. OLE color: 205365.

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

Color convert

RGB53343-
CMYK00.360.940.79
HSL37.2º89.29%10.98%-
HSV(B)37.2º94.34%20.78%-
XYZ2.061.910.35-
YUV36.15109.29140.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=58.89%
G=37.78%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334300.360.940.7937.289.2910.98
Hex352230245E4F2559b
Octal654230441361174513113
Binary1101011000101101001001011110100111110010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352203; }

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

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

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

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

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

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

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

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