#33160B

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

Shades of Brown Pod #33160B

Tints of Brown Pod #33160B

Color information

#33160B (or 0x33160B) is unknown color: approx Brown Pod. HEX triplet: 33, 16 and 0B. RGB value is (51,22,11). Sum of RGB (Red+Green+Blue) = 51+22+11=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33160B is #CCE9F4. Grayscale: #1D1D1D. Windows color (decimal): -13429237 or 726579. OLE color: 726579.

HSL color Cylindrical-coordinate representation of color #33160B: hue angle of 16.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 #33160B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB512211-
CMYK00.570.780.8
HSL16.5º64.52%12.16%-
HSV(B)16.5º78.43%20%-
XYZ1.711.30.48-
YUV29.42117.61143.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=60.71%
G=26.19%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51221100.570.780.816.564.5212.16
Hex3316B0394E501041c
Octal6326130711161202010114
Binary1100111011010110111001100111010100001000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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