Html Css Color HEX #471110 Seal Brown

📋 copy color: '#471110'

red 71 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #471110

Tints of Seal Brown #471110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.38%

R = 68.27%
G = 16.35%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471110 (or 0x471110) is known color: Seal Brown. HEX triplet: 47, 11 and 10. RGB value is (71,17,16). Sum of RGB (Red+Green+Blue) = 71+17+16=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471110 is #B8EEEF. Grayscale: #212121. Windows color (decimal): -12119792 or 1052999. OLE color: 1052999.

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

Color convert

RGB 71 17 16 -
CMYK 0 0.76 0.77 0.72
HSL 1.09º 0.63% 0.17% -
HSV(B) 1.09º 0.77% 0.28% -
XYZ 2.89 1.78 0.68 -
YUV 33.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 71 17 16 0 0.76 0.77 0.72 1.09 0.63 0.17
Hex 47 11 10 0 4C 4D 48 1 3F 11
Octal 107 21 20 0 114 115 110 1 77 21
Binary 1000111 10001 10000 0 1001100 1001101 1001000 1 111111 10001

Color Harmonies of #471110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471110

Black with #471110

Text Example


Text Example

White with #471110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471110; }

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

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

background-color css

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

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

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

border-color css

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

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

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