Html Css Color HEX #47150F Seal Brown

📋 copy color: '#47150F'

red 71 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #47150F

Tints of Seal Brown #47150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.02%

R = 66.36%
G = 19.63%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47150F (or 0x47150F) is known color: Seal Brown. HEX triplet: 47, 15 and 0F. RGB value is (71,21,15). Sum of RGB (Red+Green+Blue) = 71+21+15=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47150F is #B8EAF0. Grayscale: #232323. Windows color (decimal): -12118769 or 988487. OLE color: 988487.

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

Color convert

RGB 71 21 15 -
CMYK 0 0.70 0.79 0.72
HSL 6.43º 0.65% 0.17% -
HSV(B) 6.43º 0.79% 0.28% -
XYZ 2.95 1.91 0.67 -
YUV 35.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 71 21 15 0 0.70 0.79 0.72 6.43 0.65 0.17
Hex 47 15 F 0 46 4F 48 6 41 11
Octal 107 25 17 0 106 117 110 6 101 21
Binary 1000111 10101 1111 0 1000110 1001111 1001000 110 1000001 10001

Color Harmonies of #47150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47150F

Black with #47150F

Text Example


Text Example

White with #47150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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