Html Css Color HEX #4E1304 Brown Pod

📋 copy color: '#4E1304'

red 78 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #4E1304

Tints of Brown Pod #4E1304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 77.23%
G = 18.81%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4E1304 (or 0x4E1304) is known color: Brown Pod. HEX triplet: 4E, 13 and 04. RGB value is (78,19,4). Sum of RGB (Red+Green+Blue) = 78+19+4=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1304 is #B1ECFB. Grayscale: #232323. Windows color (decimal): -11660540 or 267086. OLE color: 267086.

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

Color convert

RGB 78 19 4 -
CMYK 0 0.76 0.95 0.69
HSL 12.16º 0.9% 0.16% -
HSV(B) 12.16º 0.95% 0.31% -
XYZ 3.4 2.09 0.34 -
YUV 34.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 78 19 4 0 0.76 0.95 0.69 12.16 0.9 0.16
Hex 4E 13 4 0 4C 5F 45 C 5A 10
Octal 116 23 4 0 114 137 105 14 132 20
Binary 1001110 10011 100 0 1001100 1011111 1000101 1100 1011010 10000

Color Harmonies of #4E1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1304

Black with #4E1304

Text Example


Text Example

White with #4E1304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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