Html Css Color HEX #470A09 Seal Brown

📋 copy color: '#470A09'

red 71 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #470A09

Tints of Seal Brown #470A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.11%

 BLUE value IS 9 (3.91% from 255) = 10%

R = 78.89%
G = 11.11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#470A09 (or 0x470A09) is known color: Seal Brown. HEX triplet: 47, 0A and 09. RGB value is (71,10,9). Sum of RGB (Red+Green+Blue) = 71+10+9=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A09 is #B8F5F6. Grayscale: #1C1C1C. Windows color (decimal): -12121591 or 592455. OLE color: 592455.

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

Color convert

RGB 71 10 9 -
CMYK 0 0.86 0.87 0.72
HSL 0.97º 0.78% 0.16% -
HSV(B) 0.97º 0.87% 0.28% -
XYZ 2.76 1.58 0.42 -
YUV 28.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 71 10 9 0 0.86 0.87 0.72 0.97 0.78 0.16
Hex 47 A 9 0 56 57 48 1 4E 10
Octal 107 12 11 0 126 127 110 1 116 20
Binary 1000111 1010 1001 0 1010110 1010111 1001000 1 1001110 10000

Color Harmonies of #470A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A09

Black with #470A09

Text Example


Text Example

White with #470A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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