#3E1912

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

Shades of Brown Pod #3E1912

Tints of Brown Pod #3E1912

Color information

#3E1912 (or 0x3E1912) is unknown color: approx Brown Pod. HEX triplet: 3E, 19 and 12. RGB value is (62,25,18). Sum of RGB (Red+Green+Blue) = 62+25+18=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1912 is #C1E6ED. Grayscale: #232323. Windows color (decimal): -12707566 or 1186110. OLE color: 1186110.

HSL color Cylindrical-coordinate representation of color #3E1912: hue angle of 9.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1912 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB622518-
CMYK00.600.710.76
HSL9.55º55%15.69%-
HSV(B)9.55º70.97%24.31%-
XYZ2.441.760.78-
YUV35.26118.26147.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 59.05%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=59.05%
G=23.81%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62251800.600.710.769.555515.69
Hex3E191203C474Ca3710
Octal763122074107114126720
Binary1111101100110010011110010001111001100101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1912; }

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

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

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

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

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

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

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

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