Html Css Color HEX #471513 Seal Brown

📋 copy color: '#471513'

red 71 ◦ green 21 ◦ blue 19

#471513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #471513

Tints of Seal Brown #471513

RGB

 RED value IS 71 (28.13% from 255) = 63.96%

 GREEN value IS 21 (8.59% from 255) = 18.92%

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 63.96%
G = 18.92%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471513 (or 0x471513) is known color: Seal Brown. HEX triplet: 47, 15 and 13. RGB value is (71,21,19). Sum of RGB (Red+Green+Blue) = 71+21+19=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471513 is #B8EAEC. Grayscale: #232323. Windows color (decimal): -12118765 or 1250631. OLE color: 1250631.

HSL color Cylindrical-coordinate representation of color #471513: hue angle of 2.31º 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 #471513 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 19 -
CMYK 0 0.70 0.73 0.72
HSL 2.31º 0.58% 0.18% -
HSV(B) 2.31º 0.73% 0.28% -
XYZ 2.98 1.92 0.83 -
YUV 35.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 71 21 19 0 0.70 0.73 0.72 2.31 0.58 0.18
Hex 47 15 13 0 46 49 48 2 3A 12
Octal 107 25 23 0 106 111 110 2 72 22
Binary 1000111 10101 10011 0 1000110 1001001 1001000 10 111010 10010

Color Harmonies of #471513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471513

Black with #471513

Text Example


Text Example

White with #471513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471513; }

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

 H1.HeaderClassName
 {
   color: #471513;
 }
 .AnyTagClassName
 {
   color: #471513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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