Html Css Color HEX #4F1001 Brown Pod

📋 copy color: '#4F1001'

red 79 ◦ green 16 ◦ blue 1

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

Shades of Brown Pod #4F1001

Tints of Brown Pod #4F1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.67%

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

R = 82.29%
G = 16.67%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F1001 (or 0x4F1001) is known color: Brown Pod. HEX triplet: 4F, 10 and 01. RGB value is (79,16,1). Sum of RGB (Red+Green+Blue) = 79+16+1=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1001 is #B0EFFE. Grayscale: #212121. Windows color (decimal): -11595775 or 69711. OLE color: 69711.

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

Color convert

RGB 79 16 1 -
CMYK 0 0.80 0.99 0.69
HSL 11.54º 0.98% 0.16% -
HSV(B) 11.54º 0.99% 0.31% -
XYZ 3.42 2.04 0.24 -
YUV 33.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 79 16 1 0 0.80 0.99 0.69 11.54 0.98 0.16
Hex 4F 10 1 0 50 63 45 C 62 10
Octal 117 20 1 0 120 143 105 14 142 20
Binary 1001111 10000 1 0 1010000 1100011 1000101 1100 1100010 10000

Color Harmonies of #4F1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1001

Black with #4F1001

Text Example


Text Example

White with #4F1001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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