#331912

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

Shades of Brown Pod #331912

Tints of Brown Pod #331912

Color information

#331912 (or 0x331912) is unknown color: approx Brown Pod. HEX triplet: 33, 19 and 12. RGB value is (51,25,18). Sum of RGB (Red+Green+Blue) = 51+25+18=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331912 is #CCE6ED. Grayscale: #202020. Windows color (decimal): -13428462 or 1186099. OLE color: 1186099.

HSL color Cylindrical-coordinate representation of color #331912: hue angle of 12.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331912 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB512518-
CMYK00.510.650.8
HSL12.73º47.83%13.53%-
HSV(B)12.73º64.71%20%-
XYZ1.821.440.75-
YUV31.98120.11141.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=54.26%
G=26.60%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51251800.510.650.812.7347.8313.53
Hex3319120334150d30e
Octal633122063101120156016
Binary110011110011001001100111000001101000011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331912; }

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

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

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

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

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

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

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

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