Html Css Color HEX #4E1202 Brown Pod

📋 copy color: '#4E1202'

red 78 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #4E1202

Tints of Brown Pod #4E1202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.37%

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

R = 79.59%
G = 18.37%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E1202 (or 0x4E1202) is known color: Brown Pod. HEX triplet: 4E, 12 and 02. RGB value is (78,18,2). Sum of RGB (Red+Green+Blue) = 78+18+2=98 (12% of max value = 765). Red value is 78 (30.86% from 255 or 79.59% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1202 is #B1EDFD. Grayscale: #222222. Windows color (decimal): -11660798 or 135758. OLE color: 135758.

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

Color convert

RGB 78 18 2 -
CMYK 0 0.77 0.97 0.69
HSL 12.63º 0.95% 0.16% -
HSV(B) 12.63º 0.97% 0.31% -
XYZ 3.37 2.06 0.28 -
YUV 34.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 78 18 2 0 0.77 0.97 0.69 12.63 0.95 0.16
Hex 4E 12 2 0 4D 61 45 D 5F 10
Octal 116 22 2 0 115 141 105 15 137 20
Binary 1001110 10010 10 0 1001101 1100001 1000101 1101 1011111 10000

Color Harmonies of #4E1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1202

Black with #4E1202

Text Example


Text Example

White with #4E1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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