Html Css Color HEX #47150C Seal Brown

📋 copy color: '#47150C'

red 71 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #47150C

Tints of Seal Brown #47150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.19%

 BLUE value IS 12 (5.08% from 255) = 11.54%

R = 68.27%
G = 20.19%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47150C (or 0x47150C) is known color: Seal Brown. HEX triplet: 47, 15 and 0C. RGB value is (71,21,12). Sum of RGB (Red+Green+Blue) = 71+21+12=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47150C is #B8EAF3. Grayscale: #232323. Windows color (decimal): -12118772 or 791879. OLE color: 791879.

HSL color Cylindrical-coordinate representation of color #47150C: hue angle of 9.15º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47150C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 12 -
CMYK 0 0.70 0.83 0.72
HSL 9.15º 0.71% 0.16% -
HSV(B) 9.15º 0.83% 0.28% -
XYZ 2.93 1.9 0.56 -
YUV 34.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 71 21 12 0 0.70 0.83 0.72 9.15 0.71 0.16
Hex 47 15 C 0 46 53 48 9 47 10
Octal 107 25 14 0 106 123 110 11 107 20
Binary 1000111 10101 1100 0 1000110 1010011 1001000 1001 1000111 10000

Color Harmonies of #47150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47150C

Black with #47150C

Text Example


Text Example

White with #47150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47150C; }

 p { color: rgb(71,21,12); }

 H1.HeaderClassName
 {
   color: #47150C;
 }
 .AnyTagClassName
 {
   color: #47150C;
 }
</style>

background-color css

<style>
 a { background-color: #47150C; }

 a { background-color: rgb(71,21,12); }

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

border-color css

<style>
 span { border-color: #47150C; }

 span { border-color: rgb(71,21,12); }

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