Html Css Color HEX #4F1401 Brown Pod

📋 copy color: '#4F1401'

red 79 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #4F1401

Tints of Brown Pod #4F1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 79%
G = 20%
B = 1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F1401 (or 0x4F1401) is known color: Brown Pod. HEX triplet: 4F, 14 and 01. RGB value is (79,20,1). Sum of RGB (Red+Green+Blue) = 79+20+1=100 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1401 is #B0EBFE. Grayscale: #232323. Windows color (decimal): -11594751 or 70735. OLE color: 70735.

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

Color convert

RGB 79 20 1 -
CMYK 0 0.75 0.99 0.69
HSL 14.62º 0.98% 0.16% -
HSV(B) 14.62º 0.99% 0.31% -
XYZ 3.48 2.16 0.26 -
YUV 35.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 79 20 1 0 0.75 0.99 0.69 14.62 0.98 0.16
Hex 4F 14 1 0 4B 63 45 F 62 10
Octal 117 24 1 0 113 143 105 17 142 20
Binary 1001111 10100 1 0 1001011 1100011 1000101 1111 1100010 10000

Color Harmonies of #4F1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1401

Black with #4F1401

Text Example


Text Example

White with #4F1401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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