Html Css Color HEX #4E1401 Brown Pod

📋 copy color: '#4E1401'

red 78 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #4E1401

Tints of Brown Pod #4E1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.2%

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 78.79%
G = 20.2%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4E1401 (or 0x4E1401) is known color: Brown Pod. HEX triplet: 4E, 14 and 01. RGB value is (78,20,1). Sum of RGB (Red+Green+Blue) = 78+20+1=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1401 is #B1EBFE. Grayscale: #232323. Windows color (decimal): -11660287 or 70734. OLE color: 70734.

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

Color convert

RGB 78 20 1 -
CMYK 0 0.74 0.99 0.69
HSL 14.81º 0.97% 0.15% -
HSV(B) 14.81º 0.99% 0.31% -
XYZ 3.4 2.12 0.26 -
YUV 35.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 78 20 1 0 0.74 0.99 0.69 14.81 0.97 0.15
Hex 4E 14 1 0 4A 63 45 F 61 F
Octal 116 24 1 0 112 143 105 17 141 17
Binary 1001110 10100 1 0 1001010 1100011 1000101 1111 1100001 1111

Color Harmonies of #4E1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1401

Black with #4E1401

Text Example


Text Example

White with #4E1401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,20,1); }

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

background-color css

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

 a { background-color: rgb(78,20,1); }

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

border-color css

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

 span { border-color: rgb(78,20,1); }

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