#470C00

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

Shades of Seal Brown #470C00

Tints of Seal Brown #470C00

Color information

#470C00 (or 0x470C00) is unknown color: approx Seal Brown. HEX triplet: 47, 0C and 00. RGB value is (71,12,0). Sum of RGB (Red+Green+Blue) = 71+12+0=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #470C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C00 is #B8F3FF. Grayscale: #1C1C1C. Windows color (decimal): -12121088 or 3143. OLE color: 3143.

HSL color Cylindrical-coordinate representation of color #470C00: hue angle of 10.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470C00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71120-
CMYK00.8310.72
HSL10.14º100%13.92%-
HSV(B)10.14º100%27.84%-
XYZ2.731.60.17-
YUV28.27112.05158.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 85.54%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.54%
G=14.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7112000.8310.7210.1410013.92
Hex47C00536448a64e
Octal10714001231441101214416
Binary1000111110000101001111001001001000101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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