#471813

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

Shades of Seal Brown #471813

Tints of Seal Brown #471813

Color information

#471813 (or 0x471813) is unknown color: approx Seal Brown. HEX triplet: 47, 18 and 13. RGB value is (71,24,19). Sum of RGB (Red+Green+Blue) = 71+24+19=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471813 is #B8E7EC. Grayscale: #252525. Windows color (decimal): -12117997 or 1251399. OLE color: 1251399.

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

Color convert

RGB712419-
CMYK00.660.730.72
HSL5.77º57.78%17.65%-
HSV(B)5.77º73.24%27.84%-
XYZ3.042.040.85-
YUV37.48117.57151.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=62.28%
G=21.05%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71241900.660.730.725.7757.7817.65
Hex471813042494863a12
Octal1073023010211111067222
Binary10001111100010011010000101001001100100011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471813; }

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

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

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

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

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

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

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

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