#33190C

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

Shades of Brown Pod #33190C

Tints of Brown Pod #33190C

Color information

#33190C (or 0x33190C) is unknown color: approx Brown Pod. HEX triplet: 33, 19 and 0C. RGB value is (51,25,12). Sum of RGB (Red+Green+Blue) = 51+25+12=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #33190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33190C is #CCE6F3. Grayscale: #1F1F1F. Windows color (decimal): -13428468 or 792883. OLE color: 792883.

HSL color Cylindrical-coordinate representation of color #33190C: hue angle of 20º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33190C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB512512-
CMYK00.510.760.8
HSL20º61.9%12.35%-
HSV(B)20º76.47%20%-
XYZ1.781.430.53-
YUV31.29117.11142.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=57.95%
G=28.41%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51251200.510.760.82061.912.35
Hex3319C0334C50143ec
Octal633114063114120247614
Binary110011110011100011001110011001010000101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33190C; }

 p { color: rgb(51,25,12); }

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

<style>
 a { background-color: #33190C; }

 a { background-color: rgb(51,25,12); }

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

<style>
 span { border-color: #33190C; }

 span { border-color: rgb(51,25,12); }

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