Html Css Color HEX #470F09 Seal Brown

📋 copy color: '#470F09'

red 71 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #470F09

Tints of Seal Brown #470F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

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

R = 74.74%
G = 15.79%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#470F09 (or 0x470F09) is known color: Seal Brown. HEX triplet: 47, 0F and 09. RGB value is (71,15,9). Sum of RGB (Red+Green+Blue) = 71+15+9=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F09 is #B8F0F6. Grayscale: #1F1F1F. Windows color (decimal): -12120311 or 593735. OLE color: 593735.

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

Color convert

RGB 71 15 9 -
CMYK 0 0.79 0.87 0.72
HSL 5.81º 0.78% 0.16% -
HSV(B) 5.81º 0.87% 0.28% -
XYZ 2.82 1.7 0.44 -
YUV 31.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 71 15 9 0 0.79 0.87 0.72 5.81 0.78 0.16
Hex 47 F 9 0 4F 57 48 6 4E 10
Octal 107 17 11 0 117 127 110 6 116 20
Binary 1000111 1111 1001 0 1001111 1010111 1001000 110 1001110 10000

Color Harmonies of #470F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F09

Black with #470F09

Text Example


Text Example

White with #470F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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