Html Css Color HEX #47130A Seal Brown

📋 copy color: '#47130A'

red 71 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #47130A

Tints of Seal Brown #47130A

RGB

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

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

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

R = 71%
G = 19%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47130A (or 0x47130A) is known color: Seal Brown. HEX triplet: 47, 13 and 0A. RGB value is (71,19,10). Sum of RGB (Red+Green+Blue) = 71+19+10=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130A is #B8ECF5. Grayscale: #212121. Windows color (decimal): -12119286 or 660295. OLE color: 660295.

HSL color Cylindrical-coordinate representation of color #47130A: hue angle of 8.85º 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 #47130A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 10 -
CMYK 0 0.73 0.86 0.72
HSL 8.85º 0.75% 0.16% -
HSV(B) 8.85º 0.86% 0.28% -
XYZ 2.89 1.83 0.49 -
YUV 33.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 71 19 10 0 0.73 0.86 0.72 8.85 0.75 0.16
Hex 47 13 A 0 49 56 48 9 4B 10
Octal 107 23 12 0 111 126 110 11 113 20
Binary 1000111 10011 1010 0 1001001 1010110 1001000 1001 1001011 10000

Color Harmonies of #47130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47130A

Black with #47130A

Text Example


Text Example

White with #47130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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