#332311

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

Shades of Cocoa Brown #332311

Tints of Cocoa Brown #332311

Color information

#332311 (or 0x332311) is unknown color: approx Cocoa Brown. HEX triplet: 33, 23 and 11. RGB value is (51,35,17). Sum of RGB (Red+Green+Blue) = 51+35+17=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332311 is #CCDCEE. Grayscale: #252525. Windows color (decimal): -13425903 or 1123123. OLE color: 1123123.

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

Color convert

RGB513517-
CMYK00.310.670.8
HSL31.76º50%13.33%-
HSV(B)31.76º66.67%20%-
XYZ2.071.950.8-
YUV37.73116.3137.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=49.51%
G=33.98%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51351700.310.670.831.765013.33
Hex33231101F43502032d
Octal634321037103120406215
Binary11001110001110001011111100001110100001000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332311; }

 p { color: rgb(51,35,17); }

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

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

 a { background-color: rgb(51,35,17); }

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

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

 span { border-color: rgb(51,35,17); }

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