#3E190E

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

Shades of Brown Pod #3E190E

Tints of Brown Pod #3E190E

Color information

#3E190E (or 0x3E190E) is unknown color: approx Brown Pod. HEX triplet: 3E, 19 and 0E. RGB value is (62,25,14). Sum of RGB (Red+Green+Blue) = 62+25+14=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E190E is #C1E6F1. Grayscale: #222222. Windows color (decimal): -12707570 or 923966. OLE color: 923966.

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

Color convert

RGB622514-
CMYK00.600.770.76
HSL13.75º63.16%14.9%-
HSV(B)13.75º77.42%24.31%-
XYZ2.411.750.63-
YUV34.81116.26147.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 61.39%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=61.39%
G=24.75%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62251400.600.770.7613.7563.1614.9
Hex3E19E03C4D4Ce3ff
Octal763116074115114167717
Binary11111011001111001111001001101100110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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