#352105

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

Shades of Cocoa Brown #352105

Tints of Cocoa Brown #352105

Color information

#352105 (or 0x352105) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 05. RGB value is (53,33,5). Sum of RGB (Red+Green+Blue) = 53+33+5=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352105 is #CADEFA. Grayscale: #232323. Windows color (decimal): -13295355 or 336181. OLE color: 336181.

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

Color convert

RGB53335-
CMYK00.380.910.79
HSL35º82.76%11.37%-
HSV(B)35º90.57%20.78%-
XYZ2.041.860.39-
YUV35.79110.63140.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 5 (2.34% from 255) = 5.49%
R=58.24%
G=36.26%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333500.380.910.793582.7611.37
Hex352150265B4F2353b
Octal654150461331174312313
Binary11010110000110101001101011011100111110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352105; }

 p { color: rgb(53,33,5); }

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

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

 a { background-color: rgb(53,33,5); }

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

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

 span { border-color: rgb(53,33,5); }

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