Html Css Color HEX #471210 Seal Brown

📋 copy color: '#471210'

red 71 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #471210

Tints of Seal Brown #471210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 67.62%
G = 17.14%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471210 (or 0x471210) is known color: Seal Brown. HEX triplet: 47, 12 and 10. RGB value is (71,18,16). Sum of RGB (Red+Green+Blue) = 71+18+16=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471210 is #B8EDEF. Grayscale: #212121. Windows color (decimal): -12119536 or 1053255. OLE color: 1053255.

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

Color convert

RGB 71 18 16 -
CMYK 0 0.75 0.77 0.72
HSL 2.18º 0.63% 0.17% -
HSV(B) 2.18º 0.77% 0.28% -
XYZ 2.91 1.81 0.69 -
YUV 33.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 71 18 16 0 0.75 0.77 0.72 2.18 0.63 0.17
Hex 47 12 10 0 4B 4D 48 2 3F 11
Octal 107 22 20 0 113 115 110 2 77 21
Binary 1000111 10010 10000 0 1001011 1001101 1001000 10 111111 10001

Color Harmonies of #471210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471210

Black with #471210

Text Example


Text Example

White with #471210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471210; }

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

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

background-color css

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

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

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

border-color css

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

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

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