Html Css Color HEX #470901 Seal Brown

📋 copy color: '#470901'

red 71 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #470901

Tints of Seal Brown #470901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.11%

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

R = 87.65%
G = 11.11%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#470901 (or 0x470901) is known color: Seal Brown. HEX triplet: 47, 09 and 01. RGB value is (71,9,1). Sum of RGB (Red+Green+Blue) = 71+9+1=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470901 is #B8F6FE. Grayscale: #1A1A1A. Windows color (decimal): -12121855 or 67911. OLE color: 67911.

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

Color convert

RGB 71 9 1 -
CMYK 0 0.87 0.99 0.72
HSL 6.86º 0.97% 0.14% -
HSV(B) 6.86º 0.99% 0.28% -
XYZ 2.7 1.54 0.18 -
YUV 26.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 71 9 1 0 0.87 0.99 0.72 6.86 0.97 0.14
Hex 47 9 1 0 57 63 48 7 61 E
Octal 107 11 1 0 127 143 110 7 141 16
Binary 1000111 1001 1 0 1010111 1100011 1001000 111 1100001 1110

Color Harmonies of #470901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470901

Black with #470901

Text Example


Text Example

White with #470901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470901; }

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

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

background-color css

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

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

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

border-color css

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

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

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