Html Css Color HEX #471414 Seal Brown

📋 copy color: '#471414'

red 71 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #471414

Tints of Seal Brown #471414

RGB

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

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

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

R = 63.96%
G = 18.02%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471414 (or 0x471414) is known color: Seal Brown. HEX triplet: 47, 14 and 14. RGB value is (71,20,20). Sum of RGB (Red+Green+Blue) = 71+20+20=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471414 is #B8EBEB. Grayscale: #232323. Windows color (decimal): -12119020 or 1315911. OLE color: 1315911.

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

Color convert

RGB 71 20 20 -
CMYK 0 0.72 0.72 0.72
HSL 0.56% 0.18% -
HSV(B) 0.72% 0.28% -
XYZ 2.97 1.89 0.87 -
YUV 35.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 71 20 20 0 0.72 0.72 0.72 0 0.56 0.18
Hex 47 14 14 0 48 48 48 0 38 12
Octal 107 24 24 0 110 110 110 0 70 22
Binary 1000111 10100 10100 0 1001000 1001000 1001000 0 111000 10010

Color Harmonies of #471414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471414

Black with #471414

Text Example


Text Example

White with #471414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471414; }

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

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

background-color css

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

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

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

border-color css

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

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

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