Html Css Color HEX #470E06 Seal Brown

📋 copy color: '#470E06'

red 71 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #470E06

Tints of Seal Brown #470E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.59%

R = 78.02%
G = 15.38%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#470E06 (or 0x470E06) is known color: Seal Brown. HEX triplet: 47, 0E and 06. RGB value is (71,14,6). Sum of RGB (Red+Green+Blue) = 71+14+6=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E06 is #B8F1F9. Grayscale: #1E1E1E. Windows color (decimal): -12120570 or 396871. OLE color: 396871.

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

Color convert

RGB 71 14 6 -
CMYK 0 0.80 0.92 0.72
HSL 7.38º 0.84% 0.15% -
HSV(B) 7.38º 0.92% 0.28% -
XYZ 2.79 1.67 0.35 -
YUV 30.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 71 14 6 0 0.80 0.92 0.72 7.38 0.84 0.15
Hex 47 E 6 0 50 5C 48 7 54 F
Octal 107 16 6 0 120 134 110 7 124 17
Binary 1000111 1110 110 0 1010000 1011100 1001000 111 1010100 1111

Color Harmonies of #470E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E06

Black with #470E06

Text Example


Text Example

White with #470E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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