Html Css Color HEX #47110A Seal Brown

📋 copy color: '#47110A'

red 71 ◦ green 17 ◦ blue 10

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

Shades of Seal Brown #47110A

Tints of Seal Brown #47110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 72.45%
G = 17.35%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47110A (or 0x47110A) is known color: Seal Brown. HEX triplet: 47, 11 and 0A. RGB value is (71,17,10). Sum of RGB (Red+Green+Blue) = 71+17+10=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #47110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47110A is #B8EEF5. Grayscale: #202020. Windows color (decimal): -12119798 or 659783. OLE color: 659783.

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

Color convert

RGB 71 17 10 -
CMYK 0 0.76 0.86 0.72
HSL 6.89º 0.75% 0.16% -
HSV(B) 6.89º 0.86% 0.28% -
XYZ 2.85 1.76 0.48 -
YUV 32.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 71 17 10 0 0.76 0.86 0.72 6.89 0.75 0.16
Hex 47 11 A 0 4C 56 48 7 4B 10
Octal 107 21 12 0 114 126 110 7 113 20
Binary 1000111 10001 1010 0 1001100 1010110 1001000 111 1001011 10000

Color Harmonies of #47110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47110A

Black with #47110A

Text Example


Text Example

White with #47110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47110A; }

 p { color: rgb(71,17,10); }

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

background-color css

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

 a { background-color: rgb(71,17,10); }

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

border-color css

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

 span { border-color: rgb(71,17,10); }

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