#470C04

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

Shades of Seal Brown #470C04

Tints of Seal Brown #470C04

Color information

#470C04 (or 0x470C04) is unknown color: approx Seal Brown. HEX triplet: 47, 0C and 04. RGB value is (71,12,4). Sum of RGB (Red+Green+Blue) = 71+12+4=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #470C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C04 is #B8F3FB. Grayscale: #1C1C1C. Windows color (decimal): -12121084 or 265287. OLE color: 265287.

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

Color convert

RGB71124-
CMYK00.830.940.72
HSL7.16º89.33%14.71%-
HSV(B)7.16º94.37%27.84%-
XYZ2.751.610.28-
YUV28.73114.05158.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 81.61%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=81.61%
G=13.79%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7112400.830.940.727.1689.3314.71
Hex47C40535E48759f
Octal1071440123136110713117
Binary10001111100100010100111011110100100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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