#33180D

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

Shades of Brown Pod #33180D

Tints of Brown Pod #33180D

Color information

#33180D (or 0x33180D) is unknown color: approx Brown Pod. HEX triplet: 33, 18 and 0D. RGB value is (51,24,13). Sum of RGB (Red+Green+Blue) = 51+24+13=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #33180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33180D is #CCE7F2. Grayscale: #1E1E1E. Windows color (decimal): -13428723 or 858163. OLE color: 858163.

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

Color convert

RGB512413-
CMYK00.530.750.8
HSL17.37º59.38%12.55%-
HSV(B)17.37º74.51%20%-
XYZ1.761.390.56-
YUV30.82117.95142.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=57.95%
G=27.27%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51241300.530.750.817.3759.3812.55
Hex3318D0354B50113bd
Octal633015065113120217315
Binary110011110001101011010110010111010000100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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