#47100A

Color #47100A Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #47100A

Tints of Seal Brown #47100A

Color information

#47100A (or 0x47100A) is unknown color: approx Seal Brown. HEX triplet: 47, 10 and 0A. RGB value is (71,16,10). Sum of RGB (Red+Green+Blue) = 71+16+10=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #47100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100A is #B8EFF5. Grayscale: #1F1F1F. Windows color (decimal): -12120054 or 659527. OLE color: 659527.

HSL color Cylindrical-coordinate representation of color #47100A: hue angle of 5.9º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47100A is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB711610-
CMYK00.770.860.72
HSL5.9º75.31%15.88%-
HSV(B)5.9º85.92%27.84%-
XYZ2.841.730.47-
YUV31.76115.72155.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=73.20%
G=16.49%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71161000.770.860.725.975.3115.88
Hex4710A04D564864b10
Octal10720120115126110611320
Binary10001111000010100100110110101101001000110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47100A; }

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

 H1.HeaderClassName
 {
   color: #47100A;
 }
 .AnyTagClassName
 {
   color: #47100A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #47100A;
 }
 .BgClassName
 {
   background-color: #47100A;
 }
</style>
border-color css

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

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

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