#470C0A

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

Shades of Seal Brown #470C0A

Tints of Seal Brown #470C0A

Color information

#470C0A (or 0x470C0A) is unknown color: approx Seal Brown. HEX triplet: 47, 0C and 0A. RGB value is (71,12,10). Sum of RGB (Red+Green+Blue) = 71+12+10=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C0A is #B8F3F5. Grayscale: #1D1D1D. Windows color (decimal): -12121078 or 658503. OLE color: 658503.

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

Color convert

RGB711210-
CMYK00.830.860.72
HSL1.97º75.31%15.88%-
HSV(B)1.97º85.92%27.84%-
XYZ2.781.620.45-
YUV29.41117.05157.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=76.34%
G=12.90%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71121000.830.860.721.9775.3115.88
Hex47CA053564824b10
Octal10714120123126110211320
Binary100011111001010010100111010110100100010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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