Html Css Color HEX #471111 Seal Brown

📋 copy color: '#471111'

red 71 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #471111

Tints of Seal Brown #471111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 67.62%
G = 16.19%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#471111 (or 0x471111) is known color: Seal Brown. HEX triplet: 47, 11 and 11. RGB value is (71,17,17). Sum of RGB (Red+Green+Blue) = 71+17+17=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471111 is #B8EEEE. Grayscale: #212121. Windows color (decimal): -12119791 or 1118535. OLE color: 1118535.

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

Color convert

RGB 71 17 17 -
CMYK 0 0.76 0.76 0.72
HSL 0.61% 0.17% -
HSV(B) 0.76% 0.28% -
XYZ 2.9 1.78 0.72 -
YUV 33.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 71 17 17 0 0.76 0.76 0.72 0 0.61 0.17
Hex 47 11 11 0 4C 4C 48 0 3D 11
Octal 107 21 21 0 114 114 110 0 75 21
Binary 1000111 10001 10001 0 1001100 1001100 1001000 0 111101 10001

Color Harmonies of #471111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471111

Black with #471111

Text Example


Text Example

White with #471111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471111; }

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

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

background-color css

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

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

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

border-color css

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

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

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