Html Css Color HEX #471716 Seal Brown

📋 copy color: '#471716'

red 71 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #471716

Tints of Seal Brown #471716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 61.21%
G = 19.83%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#471716 (or 0x471716) is known color: Seal Brown. HEX triplet: 47, 17 and 16. RGB value is (71,23,22). Sum of RGB (Red+Green+Blue) = 71+23+22=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471716 is #B8E8E9. Grayscale: #252525. Windows color (decimal): -12118250 or 1447751. OLE color: 1447751.

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

Color convert

RGB 71 23 22 -
CMYK 0 0.68 0.69 0.72
HSL 1.22º 0.53% 0.18% -
HSV(B) 1.22º 0.69% 0.28% -
XYZ 3.05 2.01 0.99 -
YUV 37.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 71 23 22 0 0.68 0.69 0.72 1.22 0.53 0.18
Hex 47 17 16 0 44 45 48 1 35 12
Octal 107 27 26 0 104 105 110 1 65 22
Binary 1000111 10111 10110 0 1000100 1000101 1001000 1 110101 10010

Color Harmonies of #471716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471716

Black with #471716

Text Example


Text Example

White with #471716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471716; }

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

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

background-color css

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

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

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

border-color css

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

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

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