#3E1907

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

Shades of Brown Pod #3E1907

Tints of Brown Pod #3E1907

Color information

#3E1907 (or 0x3E1907) is unknown color: approx Brown Pod. HEX triplet: 3E, 19 and 07. RGB value is (62,25,7). Sum of RGB (Red+Green+Blue) = 62+25+7=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1907 is #C1E6F8. Grayscale: #222222. Windows color (decimal): -12707577 or 465214. OLE color: 465214.

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

Color convert

RGB62257-
CMYK00.600.890.76
HSL19.64º79.71%13.53%-
HSV(B)19.64º88.71%24.31%-
XYZ2.371.730.41-
YUV34.01112.76147.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=65.96%
G=26.60%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6225700.600.890.7619.6479.7113.53
Hex3E19703C594C1450e
Octal763170741311142412016
Binary111110110011110111100101100110011001010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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