Html Css Color HEX #470A05 Seal Brown

📋 copy color: '#470A05'

red 71 ◦ green 10 ◦ blue 5

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

Shades of Seal Brown #470A05

Tints of Seal Brown #470A05

RGB

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

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

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

R = 82.56%
G = 11.63%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#470A05 (or 0x470A05) is known color: Seal Brown. HEX triplet: 47, 0A and 05. RGB value is (71,10,5). Sum of RGB (Red+Green+Blue) = 71+10+5=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #470A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A05 is #B8F5FA. Grayscale: #1B1B1B. Windows color (decimal): -12121595 or 330311. OLE color: 330311.

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

Color convert

RGB 71 10 5 -
CMYK 0 0.86 0.93 0.72
HSL 4.55º 0.87% 0.15% -
HSV(B) 4.55º 0.93% 0.28% -
XYZ 2.73 1.57 0.3 -
YUV 27.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 71 10 5 0 0.86 0.93 0.72 4.55 0.87 0.15
Hex 47 A 5 0 56 5D 48 5 57 F
Octal 107 12 5 0 126 135 110 5 127 17
Binary 1000111 1010 101 0 1010110 1011101 1001000 101 1010111 1111

Color Harmonies of #470A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A05

Black with #470A05

Text Example


Text Example

White with #470A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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