Html Css Color HEX #4F0702 Seal Brown

📋 copy color: '#4F0702'

red 79 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #4F0702

Tints of Seal Brown #4F0702

RGB

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

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

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

R = 89.77%
G = 7.95%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F0702 (or 0x4F0702) is known color: Seal Brown. HEX triplet: 4F, 07 and 02. RGB value is (79,7,2). Sum of RGB (Red+Green+Blue) = 79+7+2=88 (11% of max value = 765). Red value is 79 (31.25% from 255 or 89.77% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0702 is #B0F8FD. Grayscale: #1C1C1C. Windows color (decimal): -11598078 or 132943. OLE color: 132943.

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

Color convert

RGB 79 7 2 -
CMYK 0 0.91 0.97 0.69
HSL 3.9º 0.95% 0.16% -
HSV(B) 3.9º 0.97% 0.31% -
XYZ 3.31 1.82 0.23 -
YUV 27.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 79 7 2 0 0.91 0.97 0.69 3.9 0.95 0.16
Hex 4F 7 2 0 5B 61 45 4 5F 10
Octal 117 7 2 0 133 141 105 4 137 20
Binary 1001111 111 10 0 1011011 1100001 1000101 100 1011111 10000

Color Harmonies of #4F0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0702

Black with #4F0702

Text Example


Text Example

White with #4F0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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