Html Css Color HEX #47140B Seal Brown

📋 copy color: '#47140B'

red 71 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #47140B

Tints of Seal Brown #47140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

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

R = 69.61%
G = 19.61%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47140B (or 0x47140B) is known color: Seal Brown. HEX triplet: 47, 14 and 0B. RGB value is (71,20,11). Sum of RGB (Red+Green+Blue) = 71+20+11=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47140B is #B8EBF4. Grayscale: #222222. Windows color (decimal): -12119029 or 726087. OLE color: 726087.

HSL color Cylindrical-coordinate representation of color #47140B: hue angle of 9º 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 #47140B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 11 -
CMYK 0 0.72 0.85 0.72
HSL 0.73% 0.16% -
HSV(B) 0.85% 0.28% -
XYZ 2.91 1.86 0.52 -
YUV 34.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 71 20 11 0 0.72 0.85 0.72 9 0.73 0.16
Hex 47 14 B 0 48 55 48 9 49 10
Octal 107 24 13 0 110 125 110 11 111 20
Binary 1000111 10100 1011 0 1001000 1010101 1001000 1001 1001001 10000

Color Harmonies of #47140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47140B

Black with #47140B

Text Example


Text Example

White with #47140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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