#3E1809

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

Shades of Brown Pod #3E1809

Tints of Brown Pod #3E1809

Color information

#3E1809 (or 0x3E1809) is unknown color: approx Brown Pod. HEX triplet: 3E, 18 and 09. RGB value is (62,24,9). Sum of RGB (Red+Green+Blue) = 62+24+9=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1809 is #C1E7F6. Grayscale: #212121. Windows color (decimal): -12707831 or 596030. OLE color: 596030.

HSL color Cylindrical-coordinate representation of color #3E1809: hue angle of 16.98º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1809 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB62249-
CMYK00.610.850.76
HSL16.98º74.65%13.92%-
HSV(B)16.98º85.48%24.31%-
XYZ2.361.70.46-
YUV33.65114.09148.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.26%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=65.26%
G=25.26%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6224900.610.850.7616.9874.6513.92
Hex3E18903D554C114be
Octal7630110751251142111316
Binary1111101100010010111101101010110011001000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,24,9); }

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

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

 a { background-color: rgb(62,24,9); }

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

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

 span { border-color: rgb(62,24,9); }

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