#33190D

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

Shades of Brown Pod #33190D

Tints of Brown Pod #33190D

Color information

#33190D (or 0x33190D) is unknown color: approx Brown Pod. HEX triplet: 33, 19 and 0D. RGB value is (51,25,13). Sum of RGB (Red+Green+Blue) = 51+25+13=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #33190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33190D is #CCE6F2. Grayscale: #1F1F1F. Windows color (decimal): -13428467 or 858419. OLE color: 858419.

HSL color Cylindrical-coordinate representation of color #33190D: hue angle of 18.95º 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 #33190D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB512513-
CMYK00.510.750.8
HSL18.95º59.38%12.55%-
HSV(B)18.95º74.51%20%-
XYZ1.791.430.56-
YUV31.41117.61141.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=57.30%
G=28.09%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51251300.510.750.818.9559.3812.55
Hex3319D0334B50133bd
Octal633115063113120237315
Binary110011110011101011001110010111010000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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