#33230C

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

Shades of Cocoa Brown #33230C

Tints of Cocoa Brown #33230C

Color information

#33230C (or 0x33230C) is unknown color: approx Cocoa Brown. HEX triplet: 33, 23 and 0C. RGB value is (51,35,12). Sum of RGB (Red+Green+Blue) = 51+35+12=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33230C is #CCDCF3. Grayscale: #252525. Windows color (decimal): -13425908 or 795443. OLE color: 795443.

HSL color Cylindrical-coordinate representation of color #33230C: hue angle of 35.38º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33230C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB513512-
CMYK00.310.760.8
HSL35.38º61.9%12.35%-
HSV(B)35.38º76.47%20%-
XYZ2.031.930.61-
YUV37.16113.8137.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=52.04%
G=35.71%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51351200.310.760.835.3861.912.35
Hex3323C01F4C50233ec
Octal634314037114120437614
Binary1100111000111100011111100110010100001000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33230C; }

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

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

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

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

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

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

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

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