Html Css Color HEX #4F0601 Seal Brown

📋 copy color: '#4F0601'

red 79 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #4F0601

Tints of Seal Brown #4F0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

 BLUE value IS 1 (0.78% from 255) = 1.16%

R = 91.86%
G = 6.98%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F0601 (or 0x4F0601) is known color: Seal Brown. HEX triplet: 4F, 06 and 01. RGB value is (79,6,1). Sum of RGB (Red+Green+Blue) = 79+6+1=86 (11% of max value = 765). Red value is 79 (31.25% from 255 or 91.86% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0601 is #B0F9FE. Grayscale: #1B1B1B. Windows color (decimal): -11598335 or 67151. OLE color: 67151.

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

Color convert

RGB 79 6 1 -
CMYK 0 0.92 0.99 0.69
HSL 3.85º 0.98% 0.16% -
HSV(B) 3.85º 0.99% 0.31% -
XYZ 3.3 1.79 0.2 -
YUV 27.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 79 6 1 0 0.92 0.99 0.69 3.85 0.98 0.16
Hex 4F 6 1 0 5C 63 45 4 62 10
Octal 117 6 1 0 134 143 105 4 142 20
Binary 1001111 110 1 0 1011100 1100011 1000101 100 1100010 10000

Color Harmonies of #4F0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0601

Black with #4F0601

Text Example


Text Example

White with #4F0601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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