Html Css Color HEX #4E1908 Brown Pod

📋 copy color: '#4E1908'

red 78 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #4E1908

Tints of Brown Pod #4E1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.52%

 BLUE value IS 8 (3.52% from 255) = 7.21%

R = 70.27%
G = 22.52%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4E1908 (or 0x4E1908) is known color: Brown Pod. HEX triplet: 4E, 19 and 08. RGB value is (78,25,8). Sum of RGB (Red+Green+Blue) = 78+25+8=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1908 is #B1E6F7. Grayscale: #272727. Windows color (decimal): -11659000 or 530766. OLE color: 530766.

HSL color Cylindrical-coordinate representation of color #4E1908: hue angle of 14.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E1908 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 25 8 -
CMYK 0 0.68 0.90 0.69
HSL 14.57º 0.81% 0.17% -
HSV(B) 14.57º 0.9% 0.31% -
XYZ 3.53 2.33 0.49 -
YUV 38.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 78 25 8 0 0.68 0.90 0.69 14.57 0.81 0.17
Hex 4E 19 8 0 44 5A 45 F 51 11
Octal 116 31 10 0 104 132 105 17 121 21
Binary 1001110 11001 1000 0 1000100 1011010 1000101 1111 1010001 10001

Color Harmonies of #4E1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1908

Black with #4E1908

Text Example


Text Example

White with #4E1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,8); }

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

background-color css

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

 a { background-color: rgb(78,25,8); }

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

border-color css

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

 span { border-color: rgb(78,25,8); }

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