Html Css Color HEX #471206 Seal Brown

📋 copy color: '#471206'

red 71 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #471206

Tints of Seal Brown #471206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.32%

R = 74.74%
G = 18.95%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#471206 (or 0x471206) is known color: Seal Brown. HEX triplet: 47, 12 and 06. RGB value is (71,18,6). Sum of RGB (Red+Green+Blue) = 71+18+6=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471206 is #B8EDF9. Grayscale: #202020. Windows color (decimal): -12119546 or 397895. OLE color: 397895.

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

Color convert

RGB 71 18 6 -
CMYK 0 0.75 0.92 0.72
HSL 11.08º 0.84% 0.15% -
HSV(B) 11.08º 0.92% 0.28% -
XYZ 2.85 1.79 0.37 -
YUV 32.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 71 18 6 0 0.75 0.92 0.72 11.08 0.84 0.15
Hex 47 12 6 0 4B 5C 48 B 54 F
Octal 107 22 6 0 113 134 110 13 124 17
Binary 1000111 10010 110 0 1001011 1011100 1001000 1011 1010100 1111

Color Harmonies of #471206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471206

Black with #471206

Text Example


Text Example

White with #471206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471206; }

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

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

background-color css

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

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

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

border-color css

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

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

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