Html Css Color HEX #4E1302 Brown Pod

📋 copy color: '#4E1302'

red 78 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #4E1302

Tints of Brown Pod #4E1302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 78.79%
G = 19.19%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E1302 (or 0x4E1302) is known color: Brown Pod. HEX triplet: 4E, 13 and 02. RGB value is (78,19,2). Sum of RGB (Red+Green+Blue) = 78+19+2=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1302 is #B1ECFD. Grayscale: #222222. Windows color (decimal): -11660542 or 136014. OLE color: 136014.

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

Color convert

RGB 78 19 2 -
CMYK 0 0.76 0.97 0.69
HSL 13.42º 0.95% 0.16% -
HSV(B) 13.42º 0.97% 0.31% -
XYZ 3.39 2.09 0.28 -
YUV 34.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 78 19 2 0 0.76 0.97 0.69 13.42 0.95 0.16
Hex 4E 13 2 0 4C 61 45 D 5F 10
Octal 116 23 2 0 114 141 105 15 137 20
Binary 1001110 10011 10 0 1001100 1100001 1000101 1101 1011111 10000

Color Harmonies of #4E1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1302

Black with #4E1302

Text Example


Text Example

White with #4E1302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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