Html Css Color HEX #471A19 Seal Brown

📋 copy color: '#471A19'

red 71 ◦ green 26 ◦ blue 25

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

Shades of Seal Brown #471A19

Tints of Seal Brown #471A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.31%

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 58.2%
G = 21.31%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#471A19 (or 0x471A19) is known color: Seal Brown. HEX triplet: 47, 1A and 19. RGB value is (71,26,25). Sum of RGB (Red+Green+Blue) = 71+26+25=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A19 is #B8E5E6. Grayscale: #272727. Windows color (decimal): -12117479 or 1645127. OLE color: 1645127.

HSL color Cylindrical-coordinate representation of color #471A19: hue angle of 1.3º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471A19 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 25 -
CMYK 0 0.63 0.65 0.72
HSL 1.3º 0.48% 0.19% -
HSV(B) 1.3º 0.65% 0.28% -
XYZ 3.14 2.15 1.17 -
YUV 39.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 71 26 25 0 0.63 0.65 0.72 1.3 0.48 0.19
Hex 47 1A 19 0 3F 41 48 1 30 13
Octal 107 32 31 0 77 101 110 1 60 23
Binary 1000111 11010 11001 0 111111 1000001 1001000 1 110000 10011

Color Harmonies of #471A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A19

Black with #471A19

Text Example


Text Example

White with #471A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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