Html Css Color HEX #47140F Seal Brown

📋 copy color: '#47140F'

red 71 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #47140F

Tints of Seal Brown #47140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 66.98%
G = 18.87%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47140F (or 0x47140F) is known color: Seal Brown. HEX triplet: 47, 14 and 0F. RGB value is (71,20,15). Sum of RGB (Red+Green+Blue) = 71+20+15=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47140F is #B8EBF0. Grayscale: #222222. Windows color (decimal): -12119025 or 988231. OLE color: 988231.

HSL color Cylindrical-coordinate representation of color #47140F: hue angle of 5.36º 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 #47140F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 15 -
CMYK 0 0.72 0.79 0.72
HSL 5.36º 0.65% 0.17% -
HSV(B) 5.36º 0.79% 0.28% -
XYZ 2.93 1.87 0.66 -
YUV 34.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 71 20 15 0 0.72 0.79 0.72 5.36 0.65 0.17
Hex 47 14 F 0 48 4F 48 5 41 11
Octal 107 24 17 0 110 117 110 5 101 21
Binary 1000111 10100 1111 0 1001000 1001111 1001000 101 1000001 10001

Color Harmonies of #47140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47140F

Black with #47140F

Text Example


Text Example

White with #47140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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