Html Css Color HEX #471412 Seal Brown

📋 copy color: '#471412'

red 71 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #471412

Tints of Seal Brown #471412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 65.14%
G = 18.35%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471412 (or 0x471412) is known color: Seal Brown. HEX triplet: 47, 14 and 12. RGB value is (71,20,18). Sum of RGB (Red+Green+Blue) = 71+20+18=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471412 is #B8EBED. Grayscale: #232323. Windows color (decimal): -12119022 or 1184839. OLE color: 1184839.

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

Color convert

RGB 71 20 18 -
CMYK 0 0.72 0.75 0.72
HSL 2.26º 0.6% 0.17% -
HSV(B) 2.26º 0.75% 0.28% -
XYZ 2.96 1.88 0.78 -
YUV 35.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 71 20 18 0 0.72 0.75 0.72 2.26 0.6 0.17
Hex 47 14 12 0 48 4B 48 2 3C 11
Octal 107 24 22 0 110 113 110 2 74 21
Binary 1000111 10100 10010 0 1001000 1001011 1001000 10 111100 10001

Color Harmonies of #471412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471412

Black with #471412

Text Example


Text Example

White with #471412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471412; }

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

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

background-color css

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

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

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

border-color css

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

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

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