#332410

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

Shades of Cocoa Brown #332410

Tints of Cocoa Brown #332410

Color information

#332410 (or 0x332410) is unknown color: approx Cocoa Brown. HEX triplet: 33, 24 and 10. RGB value is (51,36,16). Sum of RGB (Red+Green+Blue) = 51+36+16=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332410 is #CCDBEF. Grayscale: #262626. Windows color (decimal): -13425648 or 1057843. OLE color: 1057843.

HSL color Cylindrical-coordinate representation of color #332410: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332410 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB513616-
CMYK00.290.690.8
HSL34.29º52.24%13.14%-
HSV(B)34.29º68.63%20%-
XYZ2.0920.77-
YUV38.2115.47137.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=49.51%
G=34.95%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51361600.290.690.834.2952.2413.14
Hex33241001D45502234d
Octal634420035105120426415
Binary11001110010010000011101100010110100001000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332410; }

 p { color: rgb(51,36,16); }

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

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

 a { background-color: rgb(51,36,16); }

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

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

 span { border-color: rgb(51,36,16); }

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