Html Css Color HEX #47150E Seal Brown

📋 copy color: '#47150E'

red 71 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #47150E

Tints of Seal Brown #47150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 66.98%
G = 19.81%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#47150E (or 0x47150E) is known color: Seal Brown. HEX triplet: 47, 15 and 0E. RGB value is (71,21,14). Sum of RGB (Red+Green+Blue) = 71+21+14=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47150E is #B8EAF1. Grayscale: #232323. Windows color (decimal): -12118770 or 922951. OLE color: 922951.

HSL color Cylindrical-coordinate representation of color #47150E: hue angle of 7.37º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47150E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 14 -
CMYK 0 0.70 0.80 0.72
HSL 7.37º 0.67% 0.17% -
HSV(B) 7.37º 0.8% 0.28% -
XYZ 2.95 1.91 0.63 -
YUV 35.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 71 21 14 0 0.70 0.80 0.72 7.37 0.67 0.17
Hex 47 15 E 0 46 50 48 7 43 11
Octal 107 25 16 0 106 120 110 7 103 21
Binary 1000111 10101 1110 0 1000110 1010000 1001000 111 1000011 10001

Color Harmonies of #47150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47150E

Black with #47150E

Text Example


Text Example

White with #47150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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