Html Css Color HEX #471916 Seal Brown

📋 copy color: '#471916'

red 71 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #471916

Tints of Seal Brown #471916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.19%

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 60.17%
G = 21.19%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#471916 (or 0x471916) is known color: Seal Brown. HEX triplet: 47, 19 and 16. RGB value is (71,25,22). Sum of RGB (Red+Green+Blue) = 71+25+22=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471916 is #B8E6E9. Grayscale: #262626. Windows color (decimal): -12117738 or 1448263. OLE color: 1448263.

HSL color Cylindrical-coordinate representation of color #471916: hue angle of 3.67º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471916 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 25 22 -
CMYK 0 0.65 0.69 0.72
HSL 3.67º 0.53% 0.18% -
HSV(B) 3.67º 0.69% 0.28% -
XYZ 3.09 2.09 1 -
YUV 38.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 71 25 22 0 0.65 0.69 0.72 3.67 0.53 0.18
Hex 47 19 16 0 41 45 48 4 35 12
Octal 107 31 26 0 101 105 110 4 65 22
Binary 1000111 11001 10110 0 1000001 1000101 1001000 100 110101 10010

Color Harmonies of #471916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471916

Black with #471916

Text Example


Text Example

White with #471916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471916; }

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

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

background-color css

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

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

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

border-color css

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

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

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