Html Css Color HEX #4F1901 Brown Pod

📋 copy color: '#4F1901'

red 79 ◦ green 25 ◦ blue 1

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

Shades of Brown Pod #4F1901

Tints of Brown Pod #4F1901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 75.24%
G = 23.81%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F1901 (or 0x4F1901) is known color: Brown Pod. HEX triplet: 4F, 19 and 01. RGB value is (79,25,1). Sum of RGB (Red+Green+Blue) = 79+25+1=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1901 is #B0E6FE. Grayscale: #262626. Windows color (decimal): -11593471 or 72015. OLE color: 72015.

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

Color convert

RGB 79 25 1 -
CMYK 0 0.68 0.99 0.69
HSL 18.46º 0.98% 0.16% -
HSV(B) 18.46º 0.99% 0.31% -
XYZ 3.58 2.36 0.3 -
YUV 38.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 79 25 1 0 0.68 0.99 0.69 18.46 0.98 0.16
Hex 4F 19 1 0 44 63 45 12 62 10
Octal 117 31 1 0 104 143 105 22 142 20
Binary 1001111 11001 1 0 1000100 1100011 1000101 10010 1100010 10000

Color Harmonies of #4F1901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1901

Black with #4F1901

Text Example


Text Example

White with #4F1901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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