Html Css Color HEX #4E1306 Brown Pod

📋 copy color: '#4E1306'

red 78 ◦ green 19 ◦ blue 6

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

Shades of Brown Pod #4E1306

Tints of Brown Pod #4E1306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 75.73%
G = 18.45%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4E1306 (or 0x4E1306) is known color: Brown Pod. HEX triplet: 4E, 13 and 06. RGB value is (78,19,6). Sum of RGB (Red+Green+Blue) = 78+19+6=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1306 is #B1ECF9. Grayscale: #232323. Windows color (decimal): -11660538 or 398158. OLE color: 398158.

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

Color convert

RGB 78 19 6 -
CMYK 0 0.76 0.92 0.69
HSL 10.83º 0.86% 0.16% -
HSV(B) 10.83º 0.92% 0.31% -
XYZ 3.41 2.1 0.4 -
YUV 35.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 78 19 6 0 0.76 0.92 0.69 10.83 0.86 0.16
Hex 4E 13 6 0 4C 5C 45 B 56 10
Octal 116 23 6 0 114 134 105 13 126 20
Binary 1001110 10011 110 0 1001100 1011100 1000101 1011 1010110 10000

Color Harmonies of #4E1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1306

Black with #4E1306

Text Example


Text Example

White with #4E1306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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