Html Css Color HEX #471816 Seal Brown

📋 copy color: '#471816'

red 71 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #471816

Tints of Seal Brown #471816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.51%

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

R = 60.68%
G = 20.51%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#471816 (or 0x471816) is known color: Seal Brown. HEX triplet: 47, 18 and 16. RGB value is (71,24,22). Sum of RGB (Red+Green+Blue) = 71+24+22=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471816 is #B8E7E9. Grayscale: #252525. Windows color (decimal): -12117994 or 1448007. OLE color: 1448007.

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

Color convert

RGB 71 24 22 -
CMYK 0 0.66 0.69 0.72
HSL 2.45º 0.53% 0.18% -
HSV(B) 2.45º 0.69% 0.28% -
XYZ 3.07 2.05 0.99 -
YUV 37.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 71 24 22 0 0.66 0.69 0.72 2.45 0.53 0.18
Hex 47 18 16 0 42 45 48 2 35 12
Octal 107 30 26 0 102 105 110 2 65 22
Binary 1000111 11000 10110 0 1000010 1000101 1001000 10 110101 10010

Color Harmonies of #471816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471816

Black with #471816

Text Example


Text Example

White with #471816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471816; }

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

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

background-color css

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

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

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

border-color css

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

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

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