Html Css Color HEX #47120C Seal Brown

📋 copy color: '#47120C'

red 71 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #47120C

Tints of Seal Brown #47120C

RGB

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

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

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

R = 70.3%
G = 17.82%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47120C (or 0x47120C) is known color: Seal Brown. HEX triplet: 47, 12 and 0C. RGB value is (71,18,12). Sum of RGB (Red+Green+Blue) = 71+18+12=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47120C is #B8EDF3. Grayscale: #212121. Windows color (decimal): -12119540 or 791111. OLE color: 791111.

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

Color convert

RGB 71 18 12 -
CMYK 0 0.75 0.83 0.72
HSL 6.1º 0.71% 0.16% -
HSV(B) 6.1º 0.83% 0.28% -
XYZ 2.88 1.8 0.54 -
YUV 33.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 71 18 12 0 0.75 0.83 0.72 6.1 0.71 0.16
Hex 47 12 C 0 4B 53 48 6 47 10
Octal 107 22 14 0 113 123 110 6 107 20
Binary 1000111 10010 1100 0 1001011 1010011 1001000 110 1000111 10000

Color Harmonies of #47120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47120C

Black with #47120C

Text Example


Text Example

White with #47120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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