Html Css Color HEX #4E1F11 Brown Pod

📋 copy color: '#4E1F11'

red 78 ◦ green 31 ◦ blue 17

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

Shades of Brown Pod #4E1F11

Tints of Brown Pod #4E1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.6%

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 61.9%
G = 24.6%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E1F11 (or 0x4E1F11) is known color: Brown Pod. HEX triplet: 4E, 1F and 11. RGB value is (78,31,17). Sum of RGB (Red+Green+Blue) = 78+31+17=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1F11 is #B1E0EE. Grayscale: #2B2B2B. Windows color (decimal): -11657455 or 1122126. OLE color: 1122126.

HSL color Cylindrical-coordinate representation of color #4E1F11: hue angle of 13.77º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1F11 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 31 17 -
CMYK 0 0.60 0.78 0.69
HSL 13.77º 0.64% 0.19% -
HSV(B) 13.77º 0.78% 0.31% -
XYZ 3.73 2.64 0.84 -
YUV 43.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 78 31 17 0 0.60 0.78 0.69 13.77 0.64 0.19
Hex 4E 1F 11 0 3C 4E 45 E 40 13
Octal 116 37 21 0 74 116 105 16 100 23
Binary 1001110 11111 10001 0 111100 1001110 1000101 1110 1000000 10011

Color Harmonies of #4E1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1F11

Black with #4E1F11

Text Example


Text Example

White with #4E1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,31,17); }

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

background-color css

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

 a { background-color: rgb(78,31,17); }

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

border-color css

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

 span { border-color: rgb(78,31,17); }

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