#33180B

Color #33180B Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #33180B

Tints of Brown Pod #33180B

Color information

#33180B (or 0x33180B) is unknown color: approx Brown Pod. HEX triplet: 33, 18 and 0B. RGB value is (51,24,11). Sum of RGB (Red+Green+Blue) = 51+24+11=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33180B is #CCE7F4. Grayscale: #1E1E1E. Windows color (decimal): -13428725 or 727091. OLE color: 727091.

HSL color Cylindrical-coordinate representation of color #33180B: hue angle of 19.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33180B is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB512411-
CMYK00.530.780.8
HSL19.5º64.52%12.16%-
HSV(B)19.5º78.43%20%-
XYZ1.751.380.49-
YUV30.59116.95142.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=59.30%
G=27.91%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51241100.530.780.819.564.5212.16
Hex3318B0354E501441c
Octal6330130651161202410114
Binary1100111100010110110101100111010100001010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33180B; }

 p { color: rgb(51,24,11); }

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

<style>
 a { background-color: #33180B; }

 a { background-color: rgb(51,24,11); }

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

<style>
 span { border-color: #33180B; }

 span { border-color: rgb(51,24,11); }

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