Html Css Color HEX #4F200E Brown Pod

📋 copy color: '#4F200E'

red 79 ◦ green 32 ◦ blue 14

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

Shades of Brown Pod #4F200E

Tints of Brown Pod #4F200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 63.2%
G = 25.6%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4F200E (or 0x4F200E) is known color: Brown Pod. HEX triplet: 4F, 20 and 0E. RGB value is (79,32,14). Sum of RGB (Red+Green+Blue) = 79+32+14=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F200E is #B0DFF1. Grayscale: #2C2C2C. Windows color (decimal): -11591666 or 925775. OLE color: 925775.

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

Color convert

RGB 79 32 14 -
CMYK 0 0.59 0.82 0.69
HSL 16.62º 0.7% 0.18% -
HSV(B) 16.62º 0.82% 0.31% -
XYZ 3.82 2.73 0.74 -
YUV 44 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 79 32 14 0 0.59 0.82 0.69 16.62 0.7 0.18
Hex 4F 20 E 0 3B 52 45 11 46 12
Octal 117 40 16 0 73 122 105 21 106 22
Binary 1001111 100000 1110 0 111011 1010010 1000101 10001 1000110 10010

Color Harmonies of #4F200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F200E

Black with #4F200E

Text Example


Text Example

White with #4F200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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