Html Css Color HEX #470301 Seal Brown

📋 copy color: '#470301'

red 71 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #470301

Tints of Seal Brown #470301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 94.67%
G = 4%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#470301 (or 0x470301) is known color: Seal Brown. HEX triplet: 47, 03 and 01. RGB value is (71,3,1). Sum of RGB (Red+Green+Blue) = 71+3+1=75 (9% of max value = 765). Red value is 71 (28.12% from 255 or 94.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 71 - color contains mainly: red. Hex color #470301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470301 is #B8FCFE. Grayscale: #171717. Windows color (decimal): -12123391 or 66375. OLE color: 66375.

HSL color Cylindrical-coordinate representation of color #470301: hue angle of 1.71º 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 #470301 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 1 -
CMYK 0 0.96 0.99 0.72
HSL 1.71º 0.97% 0.14% -
HSV(B) 1.71º 0.99% 0.28% -
XYZ 2.64 1.41 0.16 -
YUV 23.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 71 3 1 0 0.96 0.99 0.72 1.71 0.97 0.14
Hex 47 3 1 0 60 63 48 2 61 E
Octal 107 3 1 0 140 143 110 2 141 16
Binary 1000111 11 1 0 1100000 1100011 1001000 10 1100001 1110

Color Harmonies of #470301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470301

Black with #470301

Text Example


Text Example

White with #470301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470301; }

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

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

background-color css

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

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

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

border-color css

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

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

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