Html Css Color HEX #9D552F Piper

📋 copy color: '#9D552F'

red 157 ◦ green 85 ◦ blue 47

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

Shades of Piper #9D552F

Tints of Piper #9D552F

RGB

 RED value IS 157 (61.72% from 255) = 54.33%

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 54.33%
G = 29.41%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9D552F (or 0x9D552F) is known color: Piper. HEX triplet: 9D, 55 and 2F. RGB value is (157,85,47). Sum of RGB (Red+Green+Blue) = 157+85+47=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D552F is #62AAD0. Grayscale: #666666. Windows color (decimal): -6466257 or 3102109. OLE color: 3102109.

HSL color Cylindrical-coordinate representation of color #9D552F: hue angle of 20.73º 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 #9D552F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 85 47 -
CMYK 0 0.46 0.70 0.38
HSL 20.73º 0.54% 0.4% -
HSV(B) 20.73º 0.7% 0.62% -
XYZ 17.67 13.87 4.44 -
YUV 102.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 157 85 47 0 0.46 0.70 0.38 20.73 0.54 0.4
Hex 9D 55 2F 0 2E 46 26 15 36 28
Octal 235 125 57 0 56 106 46 25 66 50
Binary 10011101 1010101 101111 0 101110 1000110 100110 10101 110110 101000

Color Harmonies of #9D552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D552F

Black with #9D552F

Text Example


Text Example

White with #9D552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,85,47); }

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

background-color css

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

 a { background-color: rgb(157,85,47); }

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

border-color css

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

 span { border-color: rgb(157,85,47); }

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