Html Css Color HEX #470706 Seal Brown

📋 copy color: '#470706'

red 71 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #470706

Tints of Seal Brown #470706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.33%

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

R = 84.52%
G = 8.33%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#470706 (or 0x470706) is known color: Seal Brown. HEX triplet: 47, 07 and 06. RGB value is (71,7,6). Sum of RGB (Red+Green+Blue) = 71+7+6=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470706 is #B8F8F9. Grayscale: #1A1A1A. Windows color (decimal): -12122362 or 395079. OLE color: 395079.

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

Color convert

RGB 71 7 6 -
CMYK 0 0.90 0.92 0.72
HSL 0.92º 0.84% 0.15% -
HSV(B) 0.92º 0.92% 0.28% -
XYZ 2.71 1.5 0.32 -
YUV 26.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 71 7 6 0 0.90 0.92 0.72 0.92 0.84 0.15
Hex 47 7 6 0 5A 5C 48 1 54 F
Octal 107 7 6 0 132 134 110 1 124 17
Binary 1000111 111 110 0 1011010 1011100 1001000 1 1010100 1111

Color Harmonies of #470706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470706

Black with #470706

Text Example


Text Example

White with #470706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470706; }

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

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

background-color css

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

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

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

border-color css

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

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

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