#33230A

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

Shades of Cocoa Brown #33230A

Tints of Cocoa Brown #33230A

Color information

#33230A (or 0x33230A) is unknown color: approx Cocoa Brown. HEX triplet: 33, 23 and 0A. RGB value is (51,35,10). Sum of RGB (Red+Green+Blue) = 51+35+10=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33230A is #CCDCF5. Grayscale: #252525. Windows color (decimal): -13425910 or 664371. OLE color: 664371.

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

Color convert

RGB513510-
CMYK00.310.800.8
HSL36.59º67.21%11.96%-
HSV(B)36.59º80.39%20%-
XYZ2.021.930.55-
YUV36.93112.8138.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=53.12%
G=36.46%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51351000.310.800.836.5967.2111.96
Hex3323A01F50502543c
Octal6343120371201204510314
Binary11001110001110100111111010000101000010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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