Html Css Color HEX #470E09 Seal Brown

📋 copy color: '#470E09'

red 71 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #470E09

Tints of Seal Brown #470E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.89%

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

R = 75.53%
G = 14.89%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#470E09 (or 0x470E09) is known color: Seal Brown. HEX triplet: 47, 0E and 09. RGB value is (71,14,9). Sum of RGB (Red+Green+Blue) = 71+14+9=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E09 is #B8F1F6. Grayscale: #1E1E1E. Windows color (decimal): -12120567 or 593479. OLE color: 593479.

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

Color convert

RGB 71 14 9 -
CMYK 0 0.80 0.87 0.72
HSL 4.84º 0.78% 0.16% -
HSV(B) 4.84º 0.87% 0.28% -
XYZ 2.8 1.67 0.43 -
YUV 30.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 71 14 9 0 0.80 0.87 0.72 4.84 0.78 0.16
Hex 47 E 9 0 50 57 48 5 4E 10
Octal 107 16 11 0 120 127 110 5 116 20
Binary 1000111 1110 1001 0 1010000 1010111 1001000 101 1001110 10000

Color Harmonies of #470E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E09

Black with #470E09

Text Example


Text Example

White with #470E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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