Html Css Color HEX #471610 Seal Brown

📋 copy color: '#471610'

red 71 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #471610

Tints of Seal Brown #471610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 65.14%
G = 20.18%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471610 (or 0x471610) is known color: Seal Brown. HEX triplet: 47, 16 and 10. RGB value is (71,22,16). Sum of RGB (Red+Green+Blue) = 71+22+16=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471610 is #B8E9EF. Grayscale: #242424. Windows color (decimal): -12118512 or 1054279. OLE color: 1054279.

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

Color convert

RGB 71 22 16 -
CMYK 0 0.69 0.77 0.72
HSL 6.55º 0.63% 0.17% -
HSV(B) 6.55º 0.77% 0.28% -
XYZ 2.98 1.95 0.71 -
YUV 35.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 71 22 16 0 0.69 0.77 0.72 6.55 0.63 0.17
Hex 47 16 10 0 45 4D 48 7 3F 11
Octal 107 26 20 0 105 115 110 7 77 21
Binary 1000111 10110 10000 0 1000101 1001101 1001000 111 111111 10001

Color Harmonies of #471610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471610

Black with #471610

Text Example


Text Example

White with #471610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471610; }

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

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

background-color css

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

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

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

border-color css

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

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

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