Html Css Color HEX #47100D Seal Brown

📋 copy color: '#47100D'

red 71 ◦ green 16 ◦ blue 13

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

Shades of Seal Brown #47100D

Tints of Seal Brown #47100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

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

R = 71%
G = 16%
B = 13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47100D (or 0x47100D) is known color: Seal Brown. HEX triplet: 47, 10 and 0D. RGB value is (71,16,13). Sum of RGB (Red+Green+Blue) = 71+16+13=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100D is #B8EFF2. Grayscale: #202020. Windows color (decimal): -12120051 or 856135. OLE color: 856135.

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

Color convert

RGB 71 16 13 -
CMYK 0 0.77 0.82 0.72
HSL 3.1º 0.69% 0.16% -
HSV(B) 3.1º 0.82% 0.28% -
XYZ 2.86 1.74 0.57 -
YUV 32.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 71 16 13 0 0.77 0.82 0.72 3.1 0.69 0.16
Hex 47 10 D 0 4D 52 48 3 45 10
Octal 107 20 15 0 115 122 110 3 105 20
Binary 1000111 10000 1101 0 1001101 1010010 1001000 11 1000101 10000

Color Harmonies of #47100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47100D

Black with #47100D

Text Example


Text Example

White with #47100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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