Html Css Color HEX #4E1801 Brown Pod

📋 copy color: '#4E1801'

red 78 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #4E1801

Tints of Brown Pod #4E1801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

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

R = 75.73%
G = 23.3%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4E1801 (or 0x4E1801) is known color: Brown Pod. HEX triplet: 4E, 18 and 01. RGB value is (78,24,1). Sum of RGB (Red+Green+Blue) = 78+24+1=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1801 is #B1E7FE. Grayscale: #252525. Windows color (decimal): -11659263 or 71758. OLE color: 71758.

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

Color convert

RGB 78 24 1 -
CMYK 0 0.69 0.99 0.69
HSL 17.92º 0.97% 0.15% -
HSV(B) 17.92º 0.99% 0.31% -
XYZ 3.47 2.28 0.28 -
YUV 37.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 78 24 1 0 0.69 0.99 0.69 17.92 0.97 0.15
Hex 4E 18 1 0 45 63 45 12 61 F
Octal 116 30 1 0 105 143 105 22 141 17
Binary 1001110 11000 1 0 1000101 1100011 1000101 10010 1100001 1111

Color Harmonies of #4E1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1801

Black with #4E1801

Text Example


Text Example

White with #4E1801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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