Html Css Color HEX #4E1300 Brown Pod

📋 copy color: '#4E1300'

red 78 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #4E1300

Tints of Brown Pod #4E1300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.41%
G = 19.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#4E1300 (or 0x4E1300) is known color: Brown Pod. HEX triplet: 4E, 13 and 00. RGB value is (78,19,0). Sum of RGB (Red+Green+Blue) = 78+19+0=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1300 is #B1ECFF. Grayscale: #222222. Windows color (decimal): -11660544 or 4942. OLE color: 4942.

HSL color Cylindrical-coordinate representation of color #4E1300: hue angle of 14.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E1300 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 19 0 -
CMYK 0 0.76 1 0.69
HSL 14.62º 1% 0.15% -
HSV(B) 14.62º 1% 0.31% -
XYZ 3.37 2.09 0.22 -
YUV 34.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 78 19 0 0 0.76 1 0.69 14.62 1 0.15
Hex 4E 13 0 0 4C 64 45 F 64 F
Octal 116 23 0 0 114 144 105 17 144 17
Binary 1001110 10011 0 0 1001100 1100100 1000101 1111 1100100 1111

Color Harmonies of #4E1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1300

Black with #4E1300

Text Example


Text Example

White with #4E1300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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