Html Css Color HEX #9D503A Piper

📋 copy color: '#9D503A'

red 157 ◦ green 80 ◦ blue 58

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

Shades of Piper #9D503A

Tints of Piper #9D503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 53.22%
G = 27.12%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9D503A (or 0x9D503A) is known color: Piper. HEX triplet: 9D, 50 and 3A. RGB value is (157,80,58). Sum of RGB (Red+Green+Blue) = 157+80+58=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D503A is #62AFC5. Grayscale: #646464. Windows color (decimal): -6467526 or 3821725. OLE color: 3821725.

HSL color Cylindrical-coordinate representation of color #9D503A: hue angle of 13.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D503A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 80 58 -
CMYK 0 0.49 0.63 0.38
HSL 13.33º 0.46% 0.42% -
HSV(B) 13.33º 0.63% 0.62% -
XYZ 17.54 13.21 5.63 -
YUV 100.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 157 80 58 0 0.49 0.63 0.38 13.33 0.46 0.42
Hex 9D 50 3A 0 31 3F 26 D 2E 2A
Octal 235 120 72 0 61 77 46 15 56 52
Binary 10011101 1010000 111010 0 110001 111111 100110 1101 101110 101010

Color Harmonies of #9D503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D503A

Black with #9D503A

Text Example


Text Example

White with #9D503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,58); }

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

background-color css

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

 a { background-color: rgb(157,80,58); }

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

border-color css

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

 span { border-color: rgb(157,80,58); }

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