Html Css Color HEX #471411 Seal Brown

📋 copy color: '#471411'

red 71 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #471411

Tints of Seal Brown #471411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 65.74%
G = 18.52%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#471411 (or 0x471411) is known color: Seal Brown. HEX triplet: 47, 14 and 11. RGB value is (71,20,17). Sum of RGB (Red+Green+Blue) = 71+20+17=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471411 is #B8EBEE. Grayscale: #222222. Windows color (decimal): -12119023 or 1119303. OLE color: 1119303.

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

Color convert

RGB 71 20 17 -
CMYK 0 0.72 0.76 0.72
HSL 3.33º 0.61% 0.17% -
HSV(B) 3.33º 0.76% 0.28% -
XYZ 2.95 1.88 0.74 -
YUV 34.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 71 20 17 0 0.72 0.76 0.72 3.33 0.61 0.17
Hex 47 14 11 0 48 4C 48 3 3D 11
Octal 107 24 21 0 110 114 110 3 75 21
Binary 1000111 10100 10001 0 1001000 1001100 1001000 11 111101 10001

Color Harmonies of #471411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471411

Black with #471411

Text Example


Text Example

White with #471411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471411; }

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

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

background-color css

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

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

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

border-color css

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

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

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