Html Css Color HEX #4F1E0E Brown Pod

📋 copy color: '#4F1E0E'

red 79 ◦ green 30 ◦ blue 14

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

Shades of Brown Pod #4F1E0E

Tints of Brown Pod #4F1E0E

RGB

 RED value IS 79 (31.25% from 255) = 64.23%

 GREEN value IS 30 (12.11% from 255) = 24.39%

 BLUE value IS 14 (5.86% from 255) = 11.38%

R = 64.23%
G = 24.39%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4F1E0E (or 0x4F1E0E) is known color: Brown Pod. HEX triplet: 4F, 1E and 0E. RGB value is (79,30,14). Sum of RGB (Red+Green+Blue) = 79+30+14=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E0E is #B0E1F1. Grayscale: #2A2A2A. Windows color (decimal): -11592178 or 925263. OLE color: 925263.

HSL color Cylindrical-coordinate representation of color #4F1E0E: hue angle of 14.77º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1E0E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 30 14 -
CMYK 0 0.62 0.82 0.69
HSL 14.77º 0.7% 0.18% -
HSV(B) 14.77º 0.82% 0.31% -
XYZ 3.77 2.62 0.72 -
YUV 42.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 79 30 14 0 0.62 0.82 0.69 14.77 0.7 0.18
Hex 4F 1E E 0 3E 52 45 F 46 12
Octal 117 36 16 0 76 122 105 17 106 22
Binary 1001111 11110 1110 0 111110 1010010 1000101 1111 1000110 10010

Color Harmonies of #4F1E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E0E

Black with #4F1E0E

Text Example


Text Example

White with #4F1E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,14); }

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

background-color css

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

 a { background-color: rgb(79,30,14); }

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

border-color css

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

 span { border-color: rgb(79,30,14); }

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