Html Css Color HEX #4F0A02 Seal Brown

📋 copy color: '#4F0A02'

red 79 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #4F0A02

Tints of Seal Brown #4F0A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.2%

R = 86.81%
G = 10.99%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F0A02 (or 0x4F0A02) is known color: Seal Brown. HEX triplet: 4F, 0A and 02. RGB value is (79,10,2). Sum of RGB (Red+Green+Blue) = 79+10+2=91 (12% of max value = 765). Red value is 79 (31.25% from 255 or 86.81% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A02 is #B0F5FD. Grayscale: #1D1D1D. Windows color (decimal): -11597310 or 133711. OLE color: 133711.

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

Color convert

RGB 79 10 2 -
CMYK 0 0.87 0.97 0.69
HSL 6.23º 0.95% 0.16% -
HSV(B) 6.23º 0.97% 0.31% -
XYZ 3.34 1.88 0.24 -
YUV 29.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 79 10 2 0 0.87 0.97 0.69 6.23 0.95 0.16
Hex 4F A 2 0 57 61 45 6 5F 10
Octal 117 12 2 0 127 141 105 6 137 20
Binary 1001111 1010 10 0 1010111 1100001 1000101 110 1011111 10000

Color Harmonies of #4F0A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A02

Black with #4F0A02

Text Example


Text Example

White with #4F0A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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