Html Css Color HEX #4F0808 Seal Brown

📋 copy color: '#4F0808'

red 79 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #4F0808

Tints of Seal Brown #4F0808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

 BLUE value IS 8 (3.52% from 255) = 8.42%

R = 83.16%
G = 8.42%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4F0808 (or 0x4F0808) is known color: Seal Brown. HEX triplet: 4F, 08 and 08. RGB value is (79,8,8). Sum of RGB (Red+Green+Blue) = 79+8+8=95 (12% of max value = 765). Red value is 79 (31.25% from 255 or 83.16% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0808 is #B0F7F7. Grayscale: #1D1D1D. Windows color (decimal): -11597816 or 526415. OLE color: 526415.

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

Color convert

RGB 79 8 8 -
CMYK 0 0.90 0.90 0.69
HSL 0.82% 0.17% -
HSV(B) 0.9% 0.31% -
XYZ 3.36 1.85 0.41 -
YUV 29.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 79 8 8 0 0.90 0.90 0.69 0 0.82 0.17
Hex 4F 8 8 0 5A 5A 45 0 52 11
Octal 117 10 10 0 132 132 105 0 122 21
Binary 1001111 1000 1000 0 1011010 1011010 1000101 0 1010010 10001

Color Harmonies of #4F0808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0808

Black with #4F0808

Text Example


Text Example

White with #4F0808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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