#4E1705

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

Shades of Brown Pod #4E1705

Tints of Brown Pod #4E1705

Color information

#4E1705 (or 0x4E1705) is unknown color: approx Brown Pod. HEX triplet: 4E, 17 and 05. RGB value is (78,23,5). Sum of RGB (Red+Green+Blue) = 78+23+5=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1705 is #B1E8FA. Grayscale: #252525. Windows color (decimal): -11659515 or 333646. OLE color: 333646.

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

Color convert

RGB78235-
CMYK00.710.940.69
HSL14.79º87.95%16.27%-
HSV(B)14.79º93.59%30.59%-
XYZ3.482.240.39-
YUV37.39109.72156.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 73.58%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=73.58%
G=21.70%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7823500.710.940.6914.7987.9516.27
Hex4E1750475E45f5810
Octal11627501071361051713020
Binary10011101011110101000111101111010001011111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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