Html Css Color HEX #471514 Seal Brown

📋 copy color: '#471514'

red 71 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #471514

Tints of Seal Brown #471514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 63.39%
G = 18.75%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471514 (or 0x471514) is known color: Seal Brown. HEX triplet: 47, 15 and 14. RGB value is (71,21,20). Sum of RGB (Red+Green+Blue) = 71+21+20=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471514 is #B8EAEB. Grayscale: #232323. Windows color (decimal): -12118764 or 1316167. OLE color: 1316167.

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

Color convert

RGB 71 21 20 -
CMYK 0 0.70 0.72 0.72
HSL 1.18º 0.56% 0.18% -
HSV(B) 1.18º 0.72% 0.28% -
XYZ 2.99 1.93 0.88 -
YUV 35.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 71 21 20 0 0.70 0.72 0.72 1.18 0.56 0.18
Hex 47 15 14 0 46 48 48 1 38 12
Octal 107 25 24 0 106 110 110 1 70 22
Binary 1000111 10101 10100 0 1000110 1001000 1001000 1 111000 10010

Color Harmonies of #471514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471514

Black with #471514

Text Example


Text Example

White with #471514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471514; }

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

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

background-color css

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

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

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

border-color css

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

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

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