#471308

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

Shades of Seal Brown #471308

Tints of Seal Brown #471308

Color information

#471308 (or 0x471308) is unknown color: approx Seal Brown. HEX triplet: 47, 13 and 08. RGB value is (71,19,8). Sum of RGB (Red+Green+Blue) = 71+19+8=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471308 is #B8ECF7. Grayscale: #212121. Windows color (decimal): -12119288 or 529223. OLE color: 529223.

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

Color convert

RGB71198-
CMYK00.730.890.72
HSL10.48º79.75%15.49%-
HSV(B)10.48º88.73%27.84%-
XYZ2.881.820.43-
YUV33.29113.73154.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=72.45%
G=19.39%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7119800.730.890.7210.4879.7515.49
Hex471380495948a50f
Octal107231001111311101212017
Binary10001111001110000100100110110011001000101010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471308; }

 p { color: rgb(71,19,8); }

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

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

 a { background-color: rgb(71,19,8); }

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

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

 span { border-color: rgb(71,19,8); }

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