Html Css Color HEX #4F0706 Seal Brown

📋 copy color: '#4F0706'

red 79 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #4F0706

Tints of Seal Brown #4F0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.61%

 BLUE value IS 6 (2.73% from 255) = 6.52%

R = 85.87%
G = 7.61%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F0706 (or 0x4F0706) is known color: Seal Brown. HEX triplet: 4F, 07 and 06. RGB value is (79,7,6). Sum of RGB (Red+Green+Blue) = 79+7+6=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0706 is #B0F8F9. Grayscale: #1C1C1C. Windows color (decimal): -11598074 or 395087. OLE color: 395087.

HSL color Cylindrical-coordinate representation of color #4F0706: hue angle of 0.82º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0706 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 7 6 -
CMYK 0 0.91 0.92 0.69
HSL 0.82º 0.86% 0.17% -
HSV(B) 0.82º 0.92% 0.31% -
XYZ 3.33 1.83 0.35 -
YUV 28.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 79 7 6 0 0.91 0.92 0.69 0.82 0.86 0.17
Hex 4F 7 6 0 5B 5C 45 1 56 11
Octal 117 7 6 0 133 134 105 1 126 21
Binary 1001111 111 110 0 1011011 1011100 1000101 1 1010110 10001

Color Harmonies of #4F0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0706

Black with #4F0706

Text Example


Text Example

White with #4F0706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,7,6); }

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

background-color css

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

 a { background-color: rgb(79,7,6); }

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

border-color css

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

 span { border-color: rgb(79,7,6); }

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