Html Css Color HEX #4F190B Brown Pod

📋 copy color: '#4F190B'

red 79 ◦ green 25 ◦ blue 11

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

Shades of Brown Pod #4F190B

Tints of Brown Pod #4F190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 11 (4.69% from 255) = 9.57%

R = 68.7%
G = 21.74%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F190B (or 0x4F190B) is known color: Brown Pod. HEX triplet: 4F, 19 and 0B. RGB value is (79,25,11). Sum of RGB (Red+Green+Blue) = 79+25+11=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F190B is #B0E6F4. Grayscale: #272727. Windows color (decimal): -11593461 or 727375. OLE color: 727375.

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

Color convert

RGB 79 25 11 -
CMYK 0 0.68 0.86 0.69
HSL 12.35º 0.76% 0.18% -
HSV(B) 12.35º 0.86% 0.31% -
XYZ 3.63 2.38 0.58 -
YUV 39.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 79 25 11 0 0.68 0.86 0.69 12.35 0.76 0.18
Hex 4F 19 B 0 44 56 45 C 4C 12
Octal 117 31 13 0 104 126 105 14 114 22
Binary 1001111 11001 1011 0 1000100 1010110 1000101 1100 1001100 10010

Color Harmonies of #4F190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F190B

Black with #4F190B

Text Example


Text Example

White with #4F190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,11); }

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

background-color css

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

 a { background-color: rgb(79,25,11); }

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

border-color css

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

 span { border-color: rgb(79,25,11); }

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