Html Css Color HEX #471205 Seal Brown

📋 copy color: '#471205'

red 71 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #471205

Tints of Seal Brown #471205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.32%

R = 75.53%
G = 19.15%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#471205 (or 0x471205) is known color: Seal Brown. HEX triplet: 47, 12 and 05. RGB value is (71,18,5). Sum of RGB (Red+Green+Blue) = 71+18+5=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471205 is #B8EDFA. Grayscale: #202020. Windows color (decimal): -12119547 or 332359. OLE color: 332359.

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

Color convert

RGB 71 18 5 -
CMYK 0 0.75 0.93 0.72
HSL 11.82º 0.87% 0.15% -
HSV(B) 11.82º 0.93% 0.28% -
XYZ 2.84 1.78 0.34 -
YUV 32.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 71 18 5 0 0.75 0.93 0.72 11.82 0.87 0.15
Hex 47 12 5 0 4B 5D 48 C 57 F
Octal 107 22 5 0 113 135 110 14 127 17
Binary 1000111 10010 101 0 1001011 1011101 1001000 1100 1010111 1111

Color Harmonies of #471205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471205

Black with #471205

Text Example


Text Example

White with #471205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471205; }

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

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

background-color css

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

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

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

border-color css

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

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

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