Html Css Color HEX #4F0B01 Seal Brown

📋 copy color: '#4F0B01'

red 79 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #4F0B01

Tints of Seal Brown #4F0B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.09%

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

R = 86.81%
G = 12.09%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F0B01 (or 0x4F0B01) is known color: Seal Brown. HEX triplet: 4F, 0B and 01. RGB value is (79,11,1). Sum of RGB (Red+Green+Blue) = 79+11+1=91 (12% of max value = 765). Red value is 79 (31.25% from 255 or 86.81% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B01 is #B0F4FE. Grayscale: #1E1E1E. Windows color (decimal): -11597055 or 68431. OLE color: 68431.

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

Color convert

RGB 79 11 1 -
CMYK 0 0.86 0.99 0.69
HSL 7.69º 0.98% 0.16% -
HSV(B) 7.69º 0.99% 0.31% -
XYZ 3.35 1.9 0.22 -
YUV 30.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 79 11 1 0 0.86 0.99 0.69 7.69 0.98 0.16
Hex 4F B 1 0 56 63 45 8 62 10
Octal 117 13 1 0 126 143 105 10 142 20
Binary 1001111 1011 1 0 1010110 1100011 1000101 1000 1100010 10000

Color Harmonies of #4F0B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0B01

Black with #4F0B01

Text Example


Text Example

White with #4F0B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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