Html Css Color HEX #4E1706 Brown Pod

📋 copy color: '#4E1706'

red 78 ◦ green 23 ◦ blue 6

#4E1706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #4E1706

Tints of Brown Pod #4E1706

RGB

 RED value IS 78 (30.86% from 255) = 72.9%

 GREEN value IS 23 (9.38% from 255) = 21.5%

 BLUE value IS 6 (2.73% from 255) = 5.61%

R = 72.9%
G = 21.5%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4E1706 (or 0x4E1706) is known color: Brown Pod. HEX triplet: 4E, 17 and 06. RGB value is (78,23,6). Sum of RGB (Red+Green+Blue) = 78+23+6=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1706 is #B1E8F9. Grayscale: #252525. Windows color (decimal): -11659514 or 399182. OLE color: 399182.

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

Color convert

RGB 78 23 6 -
CMYK 0 0.71 0.92 0.69
HSL 14.17º 0.86% 0.16% -
HSV(B) 14.17º 0.92% 0.31% -
XYZ 3.48 2.25 0.42 -
YUV 37.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 78 23 6 0 0.71 0.92 0.69 14.17 0.86 0.16
Hex 4E 17 6 0 47 5C 45 E 56 10
Octal 116 27 6 0 107 134 105 16 126 20
Binary 1001110 10111 110 0 1000111 1011100 1000101 1110 1010110 10000

Color Harmonies of #4E1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1706

Black with #4E1706

Text Example


Text Example

White with #4E1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1706;
 }
 .AnyTagClassName
 {
   color: #4E1706;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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