Html Css Color HEX #9E542F Piper

📋 copy color: '#9E542F'

red 158 ◦ green 84 ◦ blue 47

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

Shades of Piper #9E542F

Tints of Piper #9E542F

RGB

 RED value IS 158 (62.11% from 255) = 54.67%

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 54.67%
G = 29.07%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E542F (or 0x9E542F) is known color: Piper. HEX triplet: 9E, 54 and 2F. RGB value is (158,84,47). Sum of RGB (Red+Green+Blue) = 158+84+47=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E542F is #61ABD0. Grayscale: #666666. Windows color (decimal): -6400977 or 3101854. OLE color: 3101854.

HSL color Cylindrical-coordinate representation of color #9E542F: hue angle of 20º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E542F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 84 47 -
CMYK 0 0.47 0.70 0.38
HSL 20º 0.54% 0.4% -
HSV(B) 20º 0.7% 0.62% -
XYZ 17.78 13.81 4.42 -
YUV 101.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 158 84 47 0 0.47 0.70 0.38 20 0.54 0.4
Hex 9E 54 2F 0 2F 46 26 14 36 28
Octal 236 124 57 0 57 106 46 24 66 50
Binary 10011110 1010100 101111 0 101111 1000110 100110 10100 110110 101000

Color Harmonies of #9E542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E542F

Black with #9E542F

Text Example


Text Example

White with #9E542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E542F; }

 p { color: rgb(158,84,47); }

 H1.HeaderClassName
 {
   color: #9E542F;
 }
 .AnyTagClassName
 {
   color: #9E542F;
 }
</style>

background-color css

<style>
 a { background-color: #9E542F; }

 a { background-color: rgb(158,84,47); }

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

border-color css

<style>
 span { border-color: #9E542F; }

 span { border-color: rgb(158,84,47); }

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