Html Css Color HEX #47130D Seal Brown

📋 copy color: '#47130D'

red 71 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #47130D

Tints of Seal Brown #47130D

RGB

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

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

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

R = 68.93%
G = 18.45%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47130D (or 0x47130D) is known color: Seal Brown. HEX triplet: 47, 13 and 0D. RGB value is (71,19,13). Sum of RGB (Red+Green+Blue) = 71+19+13=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130D is #B8ECF2. Grayscale: #212121. Windows color (decimal): -12119283 or 856903. OLE color: 856903.

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

Color convert

RGB 71 19 13 -
CMYK 0 0.73 0.82 0.72
HSL 6.21º 0.69% 0.16% -
HSV(B) 6.21º 0.82% 0.28% -
XYZ 2.9 1.83 0.58 -
YUV 33.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 71 19 13 0 0.73 0.82 0.72 6.21 0.69 0.16
Hex 47 13 D 0 49 52 48 6 45 10
Octal 107 23 15 0 111 122 110 6 105 20
Binary 1000111 10011 1101 0 1001001 1010010 1001000 110 1000101 10000

Color Harmonies of #47130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47130D

Black with #47130D

Text Example


Text Example

White with #47130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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