#331E12

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

Shades of Brown Pod #331E12

Tints of Brown Pod #331E12

Color information

#331E12 (or 0x331E12) is unknown color: approx Brown Pod. HEX triplet: 33, 1E and 12. RGB value is (51,30,18). Sum of RGB (Red+Green+Blue) = 51+30+18=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E12 is #CCE1ED. Grayscale: #222222. Windows color (decimal): -13427182 or 1187379. OLE color: 1187379.

HSL color Cylindrical-coordinate representation of color #331E12: hue angle of 21.82º 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 #331E12 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB513018-
CMYK00.410.650.8
HSL21.82º47.83%13.53%-
HSV(B)21.82º64.71%20%-
XYZ1.941.680.79-
YUV34.91118.46139.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=51.52%
G=30.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51301800.410.650.821.8247.8313.53
Hex331E1202941501630e
Octal633622051101120266016
Binary1100111111010010010100110000011010000101101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E12; }

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

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

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

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

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

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

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

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