Html Css Color HEX #470100 Seal Brown

📋 copy color: '#470100'

red 71 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #470100

Tints of Seal Brown #470100

RGB

 RED value IS 71 (28.13% from 255) = 98.61%

 GREEN value IS 1 (0.78% from 255) = 1.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.61%
G = 1.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#470100 (or 0x470100) is known color: Seal Brown. HEX triplet: 47, 01 and 00. RGB value is (71,1,0). Sum of RGB (Red+Green+Blue) = 71+1+0=72 (9% of max value = 765). Red value is 71 (28.12% from 255 or 98.61% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 71 - color contains mainly: red. Hex color #470100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470100 is #B8FEFF. Grayscale: #151515. Windows color (decimal): -12123904 or 327. OLE color: 327.

HSL color Cylindrical-coordinate representation of color #470100: hue angle of 0.85º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 0 -
CMYK 0 0.99 1 0.72
HSL 0.85º 1% 0.14% -
HSV(B) 0.85º 1% 0.28% -
XYZ 2.61 1.36 0.13 -
YUV 21.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 71 1 0 0 0.99 1 0.72 0.85 1 0.14
Hex 47 1 0 0 63 64 48 1 64 E
Octal 107 1 0 0 143 144 110 1 144 16
Binary 1000111 1 0 0 1100011 1100100 1001000 1 1100100 1110

Color Harmonies of #470100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470100

Black with #470100

Text Example


Text Example

White with #470100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470100; }

 p { color: rgb(71,1,0); }

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

background-color css

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

 a { background-color: rgb(71,1,0); }

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

border-color css

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

 span { border-color: rgb(71,1,0); }

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