#3E170A

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

Shades of Brown Pod #3E170A

Tints of Brown Pod #3E170A

Color information

#3E170A (or 0x3E170A) is unknown color: approx Brown Pod. HEX triplet: 3E, 17 and 0A. RGB value is (62,23,10). Sum of RGB (Red+Green+Blue) = 62+23+10=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E170A is #C1E8F5. Grayscale: #212121. Windows color (decimal): -12708086 or 661310. OLE color: 661310.

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

Color convert

RGB622310-
CMYK00.630.840.76
HSL15º72.22%14.12%-
HSV(B)15º83.87%24.31%-
XYZ2.351.660.48-
YUV33.18114.92148.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.26%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=65.26%
G=24.21%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62231000.630.840.761572.2214.12
Hex3E17A03F544Cf48e
Octal7627120771241141711016
Binary111110101111010011111110101001001100111110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,23,10); }

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

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

 a { background-color: rgb(62,23,10); }

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

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

 span { border-color: rgb(62,23,10); }

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