Html Css Color HEX #471512 Seal Brown

📋 copy color: '#471512'

red 71 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #471512

Tints of Seal Brown #471512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 64.55%
G = 19.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471512 (or 0x471512) is known color: Seal Brown. HEX triplet: 47, 15 and 12. RGB value is (71,21,18). Sum of RGB (Red+Green+Blue) = 71+21+18=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471512 is #B8EAED. Grayscale: #232323. Windows color (decimal): -12118766 or 1185095. OLE color: 1185095.

HSL color Cylindrical-coordinate representation of color #471512: hue angle of 3.4º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471512 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 18 -
CMYK 0 0.70 0.75 0.72
HSL 3.4º 0.6% 0.17% -
HSV(B) 3.4º 0.75% 0.28% -
XYZ 2.98 1.92 0.79 -
YUV 35.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 71 21 18 0 0.70 0.75 0.72 3.4 0.6 0.17
Hex 47 15 12 0 46 4B 48 3 3C 11
Octal 107 25 22 0 106 113 110 3 74 21
Binary 1000111 10101 10010 0 1000110 1001011 1001000 11 111100 10001

Color Harmonies of #471512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471512

Black with #471512

Text Example


Text Example

White with #471512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471512; }

 p { color: rgb(71,21,18); }

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

background-color css

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

 a { background-color: rgb(71,21,18); }

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

border-color css

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

 span { border-color: rgb(71,21,18); }

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