#352217

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

Shades of Cocoa Brown #352217

Tints of Cocoa Brown #352217

Color information

#352217 (or 0x352217) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 17. RGB value is (53,34,23). Sum of RGB (Red+Green+Blue) = 53+34+23=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352217 is #CADDE8. Grayscale: #262626. Windows color (decimal): -13295081 or 1516085. OLE color: 1516085.

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

Color convert

RGB533423-
CMYK00.360.570.79
HSL22º39.47%14.9%-
HSV(B)22º56.6%20.78%-
XYZ2.191.961.07-
YUV38.43119.29138.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=48.18%
G=30.91%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53342300.360.570.792239.4714.9
Hex352217024394F1627f
Octal65422704471117264717
Binary1101011000101011101001001110011001111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352217; }

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

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

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

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

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

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

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

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