Html Css Color HEX #47100C Seal Brown

📋 copy color: '#47100C'

red 71 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #47100C

Tints of Seal Brown #47100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 71.72%
G = 16.16%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47100C (or 0x47100C) is known color: Seal Brown. HEX triplet: 47, 10 and 0C. RGB value is (71,16,12). Sum of RGB (Red+Green+Blue) = 71+16+12=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100C is #B8EFF3. Grayscale: #202020. Windows color (decimal): -12120052 or 790599. OLE color: 790599.

HSL color Cylindrical-coordinate representation of color #47100C: hue angle of 4.07º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47100C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 12 -
CMYK 0 0.77 0.83 0.72
HSL 4.07º 0.71% 0.16% -
HSV(B) 4.07º 0.83% 0.28% -
XYZ 2.85 1.74 0.53 -
YUV 31.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 71 16 12 0 0.77 0.83 0.72 4.07 0.71 0.16
Hex 47 10 C 0 4D 53 48 4 47 10
Octal 107 20 14 0 115 123 110 4 107 20
Binary 1000111 10000 1100 0 1001101 1010011 1001000 100 1000111 10000

Color Harmonies of #47100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47100C

Black with #47100C

Text Example


Text Example

White with #47100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47100C; }

 p { color: rgb(71,16,12); }

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

background-color css

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

 a { background-color: rgb(71,16,12); }

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

border-color css

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

 span { border-color: rgb(71,16,12); }

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