Html Css Color HEX #471310 Seal Brown

📋 copy color: '#471310'

red 71 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #471310

Tints of Seal Brown #471310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 66.98%
G = 17.92%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471310 (or 0x471310) is known color: Seal Brown. HEX triplet: 47, 13 and 10. RGB value is (71,19,16). Sum of RGB (Red+Green+Blue) = 71+19+16=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471310 is #B8ECEF. Grayscale: #222222. Windows color (decimal): -12119280 or 1053511. OLE color: 1053511.

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

Color convert

RGB 71 19 16 -
CMYK 0 0.73 0.77 0.72
HSL 3.27º 0.63% 0.17% -
HSV(B) 3.27º 0.77% 0.28% -
XYZ 2.92 1.84 0.69 -
YUV 34.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 71 19 16 0 0.73 0.77 0.72 3.27 0.63 0.17
Hex 47 13 10 0 49 4D 48 3 3F 11
Octal 107 23 20 0 111 115 110 3 77 21
Binary 1000111 10011 10000 0 1001001 1001101 1001000 11 111111 10001

Color Harmonies of #471310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471310

Black with #471310

Text Example


Text Example

White with #471310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471310; }

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

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

background-color css

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

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

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

border-color css

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

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

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