Html Css Color HEX #4F0A01 Seal Brown

📋 copy color: '#4F0A01'

red 79 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #4F0A01

Tints of Seal Brown #4F0A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.11%

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

R = 87.78%
G = 11.11%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F0A01 (or 0x4F0A01) is known color: Seal Brown. HEX triplet: 4F, 0A and 01. RGB value is (79,10,1). Sum of RGB (Red+Green+Blue) = 79+10+1=90 (11% of max value = 765). Red value is 79 (31.25% from 255 or 87.78% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A01 is #B0F5FE. Grayscale: #1D1D1D. Windows color (decimal): -11597311 or 68175. OLE color: 68175.

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

Color convert

RGB 79 10 1 -
CMYK 0 0.87 0.99 0.69
HSL 6.92º 0.98% 0.16% -
HSV(B) 6.92º 0.99% 0.31% -
XYZ 3.34 1.88 0.22 -
YUV 29.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 79 10 1 0 0.87 0.99 0.69 6.92 0.98 0.16
Hex 4F A 1 0 57 63 45 7 62 10
Octal 117 12 1 0 127 143 105 7 142 20
Binary 1001111 1010 1 0 1010111 1100011 1000101 111 1100010 10000

Color Harmonies of #4F0A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A01

Black with #4F0A01

Text Example


Text Example

White with #4F0A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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