Html Css Color HEX #470201 Seal Brown

📋 copy color: '#470201'

red 71 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #470201

Tints of Seal Brown #470201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.7%

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

R = 95.95%
G = 2.7%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#470201 (or 0x470201) is known color: Seal Brown. HEX triplet: 47, 02 and 01. RGB value is (71,2,1). Sum of RGB (Red+Green+Blue) = 71+2+1=74 (9% of max value = 765). Red value is 71 (28.12% from 255 or 95.95% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 71 - color contains mainly: red. Hex color #470201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470201 is #B8FDFE. Grayscale: #161616. Windows color (decimal): -12123647 or 66119. OLE color: 66119.

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

Color convert

RGB 71 2 1 -
CMYK 0 0.97 0.99 0.72
HSL 0.86º 0.97% 0.14% -
HSV(B) 0.86º 0.99% 0.28% -
XYZ 2.63 1.39 0.16 -
YUV 22.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 71 2 1 0 0.97 0.99 0.72 0.86 0.97 0.14
Hex 47 2 1 0 61 63 48 1 61 E
Octal 107 2 1 0 141 143 110 1 141 16
Binary 1000111 10 1 0 1100001 1100011 1001000 1 1100001 1110

Color Harmonies of #470201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470201

Black with #470201

Text Example


Text Example

White with #470201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470201; }

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

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

background-color css

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

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

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

border-color css

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

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

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