#3E2007

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

Shades of Brown Pod #3E2007

Tints of Brown Pod #3E2007

Color information

#3E2007 (or 0x3E2007) is unknown color: approx Brown Pod. HEX triplet: 3E, 20 and 07. RGB value is (62,32,7). Sum of RGB (Red+Green+Blue) = 62+32+7=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2007 is #C1DFF8. Grayscale: #262626. Windows color (decimal): -12705785 or 467006. OLE color: 467006.

HSL color Cylindrical-coordinate representation of color #3E2007: hue angle of 27.27º 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 #3E2007 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB62327-
CMYK00.480.890.76
HSL27.27º79.71%13.53%-
HSV(B)27.27º88.71%24.31%-
XYZ2.542.070.47-
YUV38.12110.44145.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 61.39%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=61.39%
G=31.68%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6232700.480.890.7627.2779.7113.53
Hex3E207030594C1b50e
Octal764070601311143312016
Binary1111101000001110110000101100110011001101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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