Html Css Color HEX #470A04 Seal Brown

📋 copy color: '#470A04'

red 71 ◦ green 10 ◦ blue 4

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

Shades of Seal Brown #470A04

Tints of Seal Brown #470A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.71%

R = 83.53%
G = 11.76%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#470A04 (or 0x470A04) is known color: Seal Brown. HEX triplet: 47, 0A and 04. RGB value is (71,10,4). Sum of RGB (Red+Green+Blue) = 71+10+4=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A04 is #B8F5FB. Grayscale: #1B1B1B. Windows color (decimal): -12121596 or 264775. OLE color: 264775.

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

Color convert

RGB 71 10 4 -
CMYK 0 0.86 0.94 0.72
HSL 5.37º 0.89% 0.15% -
HSV(B) 5.37º 0.94% 0.28% -
XYZ 2.73 1.57 0.27 -
YUV 27.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 71 10 4 0 0.86 0.94 0.72 5.37 0.89 0.15
Hex 47 A 4 0 56 5E 48 5 59 F
Octal 107 12 4 0 126 136 110 5 131 17
Binary 1000111 1010 100 0 1010110 1011110 1001000 101 1011001 1111

Color Harmonies of #470A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A04

Black with #470A04

Text Example


Text Example

White with #470A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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