Html Css Color HEX #47130B Seal Brown

📋 copy color: '#47130B'

red 71 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #47130B

Tints of Seal Brown #47130B

RGB

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

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

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

R = 70.3%
G = 18.81%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47130B (or 0x47130B) is known color: Seal Brown. HEX triplet: 47, 13 and 0B. RGB value is (71,19,11). Sum of RGB (Red+Green+Blue) = 71+19+11=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130B is #B8ECF4. Grayscale: #212121. Windows color (decimal): -12119285 or 725831. OLE color: 725831.

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

Color convert

RGB 71 19 11 -
CMYK 0 0.73 0.85 0.72
HSL 0.73% 0.16% -
HSV(B) 0.85% 0.28% -
XYZ 2.89 1.83 0.52 -
YUV 33.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 71 19 11 0 0.73 0.85 0.72 8 0.73 0.16
Hex 47 13 B 0 49 55 48 8 49 10
Octal 107 23 13 0 111 125 110 10 111 20
Binary 1000111 10011 1011 0 1001001 1010101 1001000 1000 1001001 10000

Color Harmonies of #47130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47130B

Black with #47130B

Text Example


Text Example

White with #47130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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