Html Css Color HEX #4F0C02 Seal Brown

📋 copy color: '#4F0C02'

red 79 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #4F0C02

Tints of Seal Brown #4F0C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.9%

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

R = 84.95%
G = 12.9%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F0C02 (or 0x4F0C02) is known color: Seal Brown. HEX triplet: 4F, 0C and 02. RGB value is (79,12,2). Sum of RGB (Red+Green+Blue) = 79+12+2=93 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.95% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0C02 is #B0F3FD. Grayscale: #1F1F1F. Windows color (decimal): -11596798 or 134223. OLE color: 134223.

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

Color convert

RGB 79 12 2 -
CMYK 0 0.85 0.97 0.69
HSL 7.79º 0.95% 0.16% -
HSV(B) 7.79º 0.97% 0.31% -
XYZ 3.37 1.93 0.25 -
YUV 30.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 79 12 2 0 0.85 0.97 0.69 7.79 0.95 0.16
Hex 4F C 2 0 55 61 45 8 5F 10
Octal 117 14 2 0 125 141 105 10 137 20
Binary 1001111 1100 10 0 1010101 1100001 1000101 1000 1011111 10000

Color Harmonies of #4F0C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0C02

Black with #4F0C02

Text Example


Text Example

White with #4F0C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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