#4E170B

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

Shades of Brown Pod #4E170B

Tints of Brown Pod #4E170B

Color information

#4E170B (or 0x4E170B) is unknown color: approx Brown Pod. HEX triplet: 4E, 17 and 0B. RGB value is (78,23,11). Sum of RGB (Red+Green+Blue) = 78+23+11=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E170B is #B1E8F4. Grayscale: #262626. Windows color (decimal): -11659509 or 726862. OLE color: 726862.

HSL color Cylindrical-coordinate representation of color #4E170B: hue angle of 10.75º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E170B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB782311-
CMYK00.710.860.69
HSL10.75º75.28%17.45%-
HSV(B)10.75º85.9%30.59%-
XYZ3.512.260.57-
YUV38.08112.72156.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.64%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=69.64%
G=20.54%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78231100.710.860.6910.7575.2817.45
Hex4E17B0475645b4b11
Octal116271301071261051311321
Binary100111010111101101000111101011010001011011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E170B; }

 p { color: rgb(78,23,11); }

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

<style>
 a { background-color: #4E170B; }

 a { background-color: rgb(78,23,11); }

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

<style>
 span { border-color: #4E170B; }

 span { border-color: rgb(78,23,11); }

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