Html Css Color HEX #471312 Seal Brown

📋 copy color: '#471312'

red 71 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #471312

Tints of Seal Brown #471312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 65.74%
G = 17.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471312 (or 0x471312) is known color: Seal Brown. HEX triplet: 47, 13 and 12. RGB value is (71,19,18). Sum of RGB (Red+Green+Blue) = 71+19+18=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471312 is #B8ECED. Grayscale: #222222. Windows color (decimal): -12119278 or 1184583. OLE color: 1184583.

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

Color convert

RGB 71 19 18 -
CMYK 0 0.73 0.75 0.72
HSL 1.13º 0.6% 0.17% -
HSV(B) 1.13º 0.75% 0.28% -
XYZ 2.94 1.85 0.77 -
YUV 34.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 71 19 18 0 0.73 0.75 0.72 1.13 0.6 0.17
Hex 47 13 12 0 49 4B 48 1 3C 11
Octal 107 23 22 0 111 113 110 1 74 21
Binary 1000111 10011 10010 0 1001001 1001011 1001000 1 111100 10001

Color Harmonies of #471312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471312

Black with #471312

Text Example


Text Example

White with #471312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471312; }

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

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

background-color css

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

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

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

border-color css

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

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

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