Html Css Color HEX #4F200C Brown Pod

📋 copy color: '#4F200C'

red 79 ◦ green 32 ◦ blue 12

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

Shades of Brown Pod #4F200C

Tints of Brown Pod #4F200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.76%

R = 64.23%
G = 26.02%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4F200C (or 0x4F200C) is known color: Brown Pod. HEX triplet: 4F, 20 and 0C. RGB value is (79,32,12). Sum of RGB (Red+Green+Blue) = 79+32+12=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F200C is #B0DFF3. Grayscale: #2B2B2B. Windows color (decimal): -11591668 or 794703. OLE color: 794703.

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

Color convert

RGB 79 32 12 -
CMYK 0 0.59 0.85 0.69
HSL 17.91º 0.74% 0.18% -
HSV(B) 17.91º 0.85% 0.31% -
XYZ 3.81 2.72 0.67 -
YUV 43.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 79 32 12 0 0.59 0.85 0.69 17.91 0.74 0.18
Hex 4F 20 C 0 3B 55 45 12 4A 12
Octal 117 40 14 0 73 125 105 22 112 22
Binary 1001111 100000 1100 0 111011 1010101 1000101 10010 1001010 10010

Color Harmonies of #4F200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F200C

Black with #4F200C

Text Example


Text Example

White with #4F200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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