Html Css Color HEX #4E1606 Brown Pod

📋 copy color: '#4E1606'

red 78 ◦ green 22 ◦ blue 6

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

Shades of Brown Pod #4E1606

Tints of Brown Pod #4E1606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

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

R = 73.58%
G = 20.75%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4E1606 (or 0x4E1606) is known color: Brown Pod. HEX triplet: 4E, 16 and 06. RGB value is (78,22,6). Sum of RGB (Red+Green+Blue) = 78+22+6=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1606 is #B1E9F9. Grayscale: #252525. Windows color (decimal): -11659770 or 398926. OLE color: 398926.

HSL color Cylindrical-coordinate representation of color #4E1606: hue angle of 13.33º 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 #4E1606 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 22 6 -
CMYK 0 0.72 0.92 0.69
HSL 13.33º 0.86% 0.16% -
HSV(B) 13.33º 0.92% 0.31% -
XYZ 3.46 2.21 0.42 -
YUV 36.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 78 22 6 0 0.72 0.92 0.69 13.33 0.86 0.16
Hex 4E 16 6 0 48 5C 45 D 56 10
Octal 116 26 6 0 110 134 105 15 126 20
Binary 1001110 10110 110 0 1001000 1011100 1000101 1101 1010110 10000

Color Harmonies of #4E1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1606

Black with #4E1606

Text Example


Text Example

White with #4E1606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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