#352002

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

Shades of Cocoa Brown #352002

Tints of Cocoa Brown #352002

Color information

#352002 (or 0x352002) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 02. RGB value is (53,32,2). Sum of RGB (Red+Green+Blue) = 53+32+2=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #352002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352002 is #CADFFD. Grayscale: #232323. Windows color (decimal): -13295614 or 139317. OLE color: 139317.

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

Color convert

RGB53322-
CMYK00.400.960.79
HSL35.29º92.73%10.78%-
HSV(B)35.29º96.23%20.78%-
XYZ21.790.3-
YUV34.86109.46140.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=60.92%
G=36.78%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332200.400.960.7935.2992.7310.78
Hex35202028604F235db
Octal654020501401174313513
Binary1101011000001001010001100000100111110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352002; }

 p { color: rgb(53,32,2); }

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

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

 a { background-color: rgb(53,32,2); }

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

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

 span { border-color: rgb(53,32,2); }

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