Html Css Color HEX #470801 Seal Brown

📋 copy color: '#470801'

red 71 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #470801

Tints of Seal Brown #470801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10%

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

R = 88.75%
G = 10%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#470801 (or 0x470801) is known color: Seal Brown. HEX triplet: 47, 08 and 01. RGB value is (71,8,1). Sum of RGB (Red+Green+Blue) = 71+8+1=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470801 is #B8F7FE. Grayscale: #1A1A1A. Windows color (decimal): -12122111 or 67655. OLE color: 67655.

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

Color convert

RGB 71 8 1 -
CMYK 0 0.89 0.99 0.72
HSL 0.97% 0.14% -
HSV(B) 0.99% 0.28% -
XYZ 2.69 1.52 0.18 -
YUV 26.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 71 8 1 0 0.89 0.99 0.72 6 0.97 0.14
Hex 47 8 1 0 59 63 48 6 61 E
Octal 107 10 1 0 131 143 110 6 141 16
Binary 1000111 1000 1 0 1011001 1100011 1001000 110 1100001 1110

Color Harmonies of #470801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470801

Black with #470801

Text Example


Text Example

White with #470801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470801; }

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

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

background-color css

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

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

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

border-color css

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

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

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