#33281D

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

Shades of Cocoa Brown #33281D

Tints of Cocoa Brown #33281D

Color information

#33281D (or 0x33281D) is unknown color: approx Cocoa Brown. HEX triplet: 33, 28 and 1D. RGB value is (51,40,29). Sum of RGB (Red+Green+Blue) = 51+40+29=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #33281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33281D is #CCD7E2. Grayscale: #2A2A2A. Windows color (decimal): -13424611 or 1910835. OLE color: 1910835.

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

Color convert

RGB514029-
CMYK00.220.430.8
HSL30º27.5%15.69%-
HSV(B)30º43.14%20%-
XYZ2.352.311.48-
YUV42.04120.64134.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=42.5%
G=33.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51402900.220.430.83027.515.69
Hex33281D0162B501e1c10
Octal63503502653120363420
Binary110011101000111010101101010111010000111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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