Html Css Color HEX #471211 Seal Brown

📋 copy color: '#471211'

red 71 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #471211

Tints of Seal Brown #471211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 66.98%
G = 16.98%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#471211 (or 0x471211) is known color: Seal Brown. HEX triplet: 47, 12 and 11. RGB value is (71,18,17). Sum of RGB (Red+Green+Blue) = 71+18+17=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471211 is #B8EDEE. Grayscale: #212121. Windows color (decimal): -12119535 or 1118791. OLE color: 1118791.

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

Color convert

RGB 71 18 17 -
CMYK 0 0.75 0.76 0.72
HSL 1.11º 0.61% 0.17% -
HSV(B) 1.11º 0.76% 0.28% -
XYZ 2.92 1.81 0.73 -
YUV 33.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 71 18 17 0 0.75 0.76 0.72 1.11 0.61 0.17
Hex 47 12 11 0 4B 4C 48 1 3D 11
Octal 107 22 21 0 113 114 110 1 75 21
Binary 1000111 10010 10001 0 1001011 1001100 1001000 1 111101 10001

Color Harmonies of #471211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471211

Black with #471211

Text Example


Text Example

White with #471211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471211; }

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

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

background-color css

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

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

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

border-color css

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

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

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