#33291F

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

Shades of Cocoa Brown #33291F

Tints of Cocoa Brown #33291F

Color information

#33291F (or 0x33291F) is unknown color: approx Cocoa Brown. HEX triplet: 33, 29 and 1F. RGB value is (51,41,31). Sum of RGB (Red+Green+Blue) = 51+41+31=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #33291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33291F is #CCD6E0. Grayscale: #2A2A2A. Windows color (decimal): -13424353 or 2042163. OLE color: 2042163.

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

Color convert

RGB514131-
CMYK00.200.390.8
HSL30º24.39%16.08%-
HSV(B)30º39.22%20%-
XYZ2.412.391.63-
YUV42.85121.31133.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=41.46%
G=33.33%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51413100.200.390.83024.3916.08
Hex33291F01427501e1810
Octal63513702447120363020
Binary110011101001111110101001001111010000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33291F; }

 p { color: rgb(51,41,31); }

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

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

 a { background-color: rgb(51,41,31); }

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

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

 span { border-color: rgb(51,41,31); }

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