Html Css Color HEX #4F200D Brown Pod

📋 copy color: '#4F200D'

red 79 ◦ green 32 ◦ blue 13

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

Shades of Brown Pod #4F200D

Tints of Brown Pod #4F200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 63.71%
G = 25.81%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F200D (or 0x4F200D) is known color: Brown Pod. HEX triplet: 4F, 20 and 0D. RGB value is (79,32,13). Sum of RGB (Red+Green+Blue) = 79+32+13=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F200D is #B0DFF2. Grayscale: #2C2C2C. Windows color (decimal): -11591667 or 860239. OLE color: 860239.

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

Color convert

RGB 79 32 13 -
CMYK 0 0.59 0.84 0.69
HSL 17.27º 0.72% 0.18% -
HSV(B) 17.27º 0.84% 0.31% -
XYZ 3.81 2.72 0.71 -
YUV 43.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 79 32 13 0 0.59 0.84 0.69 17.27 0.72 0.18
Hex 4F 20 D 0 3B 54 45 11 48 12
Octal 117 40 15 0 73 124 105 21 110 22
Binary 1001111 100000 1101 0 111011 1010100 1000101 10001 1001000 10010

Color Harmonies of #4F200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F200D

Black with #4F200D

Text Example


Text Example

White with #4F200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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