Html Css Color HEX #471410 Seal Brown

📋 copy color: '#471410'

red 71 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #471410

Tints of Seal Brown #471410

RGB

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

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

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

R = 66.36%
G = 18.69%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471410 (or 0x471410) is known color: Seal Brown. HEX triplet: 47, 14 and 10. RGB value is (71,20,16). Sum of RGB (Red+Green+Blue) = 71+20+16=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471410 is #B8EBEF. Grayscale: #222222. Windows color (decimal): -12119024 or 1053767. OLE color: 1053767.

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

Color convert

RGB 71 20 16 -
CMYK 0 0.72 0.77 0.72
HSL 4.36º 0.63% 0.17% -
HSV(B) 4.36º 0.77% 0.28% -
XYZ 2.94 1.88 0.7 -
YUV 34.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 71 20 16 0 0.72 0.77 0.72 4.36 0.63 0.17
Hex 47 14 10 0 48 4D 48 4 3F 11
Octal 107 24 20 0 110 115 110 4 77 21
Binary 1000111 10100 10000 0 1001000 1001101 1001000 100 111111 10001

Color Harmonies of #471410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471410

Black with #471410

Text Example


Text Example

White with #471410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471410; }

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

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

background-color css

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

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

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

border-color css

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

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

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