Html Css Color HEX #470805 Seal Brown

📋 copy color: '#470805'

red 71 ◦ green 8 ◦ blue 5

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

Shades of Seal Brown #470805

Tints of Seal Brown #470805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.95%

R = 84.52%
G = 9.52%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#470805 (or 0x470805) is known color: Seal Brown. HEX triplet: 47, 08 and 05. RGB value is (71,8,5). Sum of RGB (Red+Green+Blue) = 71+8+5=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470805 is #B8F7FA. Grayscale: #1A1A1A. Windows color (decimal): -12122107 or 329799. OLE color: 329799.

HSL color Cylindrical-coordinate representation of color #470805: hue angle of 2.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470805 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 5 -
CMYK 0 0.89 0.93 0.72
HSL 2.73º 0.87% 0.15% -
HSV(B) 2.73º 0.93% 0.28% -
XYZ 2.71 1.52 0.29 -
YUV 26.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 71 8 5 0 0.89 0.93 0.72 2.73 0.87 0.15
Hex 47 8 5 0 59 5D 48 3 57 F
Octal 107 10 5 0 131 135 110 3 127 17
Binary 1000111 1000 101 0 1011001 1011101 1001000 11 1010111 1111

Color Harmonies of #470805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470805

Black with #470805

Text Example


Text Example

White with #470805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470805; }

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

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

background-color css

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

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

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

border-color css

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

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

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