Html Css Color HEX #47130E Seal Brown

📋 copy color: '#47130E'

red 71 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #47130E

Tints of Seal Brown #47130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 14 (5.86% from 255) = 13.46%

R = 68.27%
G = 18.27%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47130E (or 0x47130E) is known color: Seal Brown. HEX triplet: 47, 13 and 0E. RGB value is (71,19,14). Sum of RGB (Red+Green+Blue) = 71+19+14=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130E is #B8ECF1. Grayscale: #222222. Windows color (decimal): -12119282 or 922439. OLE color: 922439.

HSL color Cylindrical-coordinate representation of color #47130E: hue angle of 5.26º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47130E is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 14 -
CMYK 0 0.73 0.80 0.72
HSL 5.26º 0.67% 0.17% -
HSV(B) 5.26º 0.8% 0.28% -
XYZ 2.91 1.84 0.62 -
YUV 33.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 71 19 14 0 0.73 0.80 0.72 5.26 0.67 0.17
Hex 47 13 E 0 49 50 48 5 43 11
Octal 107 23 16 0 111 120 110 5 103 21
Binary 1000111 10011 1110 0 1001001 1010000 1001000 101 1000011 10001

Color Harmonies of #47130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47130E

Black with #47130E

Text Example


Text Example

White with #47130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47130E; }

 p { color: rgb(71,19,14); }

 H1.HeaderClassName
 {
   color: #47130E;
 }
 .AnyTagClassName
 {
   color: #47130E;
 }
</style>

background-color css

<style>
 a { background-color: #47130E; }

 a { background-color: rgb(71,19,14); }

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

border-color css

<style>
 span { border-color: #47130E; }

 span { border-color: rgb(71,19,14); }

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