Html Css Color HEX #471413 Seal Brown

📋 copy color: '#471413'

red 71 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #471413

Tints of Seal Brown #471413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 64.55%
G = 18.18%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471413 (or 0x471413) is known color: Seal Brown. HEX triplet: 47, 14 and 13. RGB value is (71,20,19). Sum of RGB (Red+Green+Blue) = 71+20+19=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471413 is #B8EBEC. Grayscale: #232323. Windows color (decimal): -12119021 or 1250375. OLE color: 1250375.

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

Color convert

RGB 71 20 19 -
CMYK 0 0.72 0.73 0.72
HSL 1.15º 0.58% 0.18% -
HSV(B) 1.15º 0.73% 0.28% -
XYZ 2.97 1.89 0.82 -
YUV 35.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 71 20 19 0 0.72 0.73 0.72 1.15 0.58 0.18
Hex 47 14 13 0 48 49 48 1 3A 12
Octal 107 24 23 0 110 111 110 1 72 22
Binary 1000111 10100 10011 0 1001000 1001001 1001000 1 111010 10010

Color Harmonies of #471413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471413

Black with #471413

Text Example


Text Example

White with #471413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471413; }

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

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

background-color css

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

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

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

border-color css

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

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

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