Html Css Color HEX #470E05 Seal Brown

📋 copy color: '#470E05'

red 71 ◦ green 14 ◦ blue 5

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

Shades of Seal Brown #470E05

Tints of Seal Brown #470E05

RGB

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

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

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

R = 78.89%
G = 15.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#470E05 (or 0x470E05) is known color: Seal Brown. HEX triplet: 47, 0E and 05. RGB value is (71,14,5). Sum of RGB (Red+Green+Blue) = 71+14+5=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E05 is #B8F1FA. Grayscale: #1E1E1E. Windows color (decimal): -12120571 or 331335. OLE color: 331335.

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

Color convert

RGB 71 14 5 -
CMYK 0 0.80 0.93 0.72
HSL 8.18º 0.87% 0.15% -
HSV(B) 8.18º 0.93% 0.28% -
XYZ 2.78 1.66 0.32 -
YUV 30.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 71 14 5 0 0.80 0.93 0.72 8.18 0.87 0.15
Hex 47 E 5 0 50 5D 48 8 57 F
Octal 107 16 5 0 120 135 110 10 127 17
Binary 1000111 1110 101 0 1010000 1011101 1001000 1000 1010111 1111

Color Harmonies of #470E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E05

Black with #470E05

Text Example


Text Example

White with #470E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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