Html Css Color HEX #47140D Seal Brown

📋 copy color: '#47140D'

red 71 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #47140D

Tints of Seal Brown #47140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 68.27%
G = 19.23%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47140D (or 0x47140D) is known color: Seal Brown. HEX triplet: 47, 14 and 0D. RGB value is (71,20,13). Sum of RGB (Red+Green+Blue) = 71+20+13=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47140D is #B8EBF2. Grayscale: #222222. Windows color (decimal): -12119027 or 857159. OLE color: 857159.

HSL color Cylindrical-coordinate representation of color #47140D: hue angle of 7.24º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47140D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 13 -
CMYK 0 0.72 0.82 0.72
HSL 7.24º 0.69% 0.16% -
HSV(B) 7.24º 0.82% 0.28% -
XYZ 2.92 1.87 0.59 -
YUV 34.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 71 20 13 0 0.72 0.82 0.72 7.24 0.69 0.16
Hex 47 14 D 0 48 52 48 7 45 10
Octal 107 24 15 0 110 122 110 7 105 20
Binary 1000111 10100 1101 0 1001000 1010010 1001000 111 1000101 10000

Color Harmonies of #47140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47140D

Black with #47140D

Text Example


Text Example

White with #47140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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