#33281C

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

Shades of Cocoa Brown #33281C

Tints of Cocoa Brown #33281C

Color information

#33281C (or 0x33281C) is unknown color: approx Cocoa Brown. HEX triplet: 33, 28 and 1C. RGB value is (51,40,28). Sum of RGB (Red+Green+Blue) = 51+40+28=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #33281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33281C is #CCD7E3. Grayscale: #292929. Windows color (decimal): -13424612 or 1845299. OLE color: 1845299.

HSL color Cylindrical-coordinate representation of color #33281C: hue angle of 31.3º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33281C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB514028-
CMYK00.220.450.8
HSL31.3º29.11%15.49%-
HSV(B)31.3º45.1%20%-
XYZ2.332.311.42-
YUV41.92120.14134.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=42.86%
G=33.61%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51402800.220.450.831.329.1115.49
Hex33281C0162D501f1df
Octal63503402655120373517
Binary11001110100011100010110101101101000011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,40,28); }

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

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

 a { background-color: rgb(51,40,28); }

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

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

 span { border-color: rgb(51,40,28); }

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