Html Css Color HEX #47120B Seal Brown

📋 copy color: '#47120B'

red 71 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #47120B

Tints of Seal Brown #47120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11%

R = 71%
G = 18%
B = 11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47120B (or 0x47120B) is known color: Seal Brown. HEX triplet: 47, 12 and 0B. RGB value is (71,18,11). Sum of RGB (Red+Green+Blue) = 71+18+11=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47120B is #B8EDF4. Grayscale: #212121. Windows color (decimal): -12119541 or 725575. OLE color: 725575.

HSL color Cylindrical-coordinate representation of color #47120B: hue angle of 7º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47120B is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 11 -
CMYK 0 0.75 0.85 0.72
HSL 0.73% 0.16% -
HSV(B) 0.85% 0.28% -
XYZ 2.88 1.8 0.51 -
YUV 33.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 71 18 11 0 0.75 0.85 0.72 7 0.73 0.16
Hex 47 12 B 0 4B 55 48 7 49 10
Octal 107 22 13 0 113 125 110 7 111 20
Binary 1000111 10010 1011 0 1001011 1010101 1001000 111 1001001 10000

Color Harmonies of #47120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47120B

Black with #47120B

Text Example


Text Example

White with #47120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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