Html Css Color HEX #9C503A Piper

📋 copy color: '#9C503A'

red 156 ◦ green 80 ◦ blue 58

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

Shades of Piper #9C503A

Tints of Piper #9C503A

RGB

 RED value IS 156 (61.33% from 255) = 53.06%

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

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

R = 53.06%
G = 27.21%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C503A (or 0x9C503A) is known color: Piper. HEX triplet: 9C, 50 and 3A. RGB value is (156,80,58). Sum of RGB (Red+Green+Blue) = 156+80+58=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C503A is #63AFC5. Grayscale: #646464. Windows color (decimal): -6533062 or 3821724. OLE color: 3821724.

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

Color convert

RGB 156 80 58 -
CMYK 0 0.49 0.63 0.39
HSL 13.47º 0.46% 0.42% -
HSV(B) 13.47º 0.63% 0.61% -
XYZ 17.34 13.11 5.62 -
YUV 100.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 156 80 58 0 0.49 0.63 0.39 13.47 0.46 0.42
Hex 9C 50 3A 0 31 3F 27 D 2E 2A
Octal 234 120 72 0 61 77 47 15 56 52
Binary 10011100 1010000 111010 0 110001 111111 100111 1101 101110 101010

Color Harmonies of #9C503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C503A

Black with #9C503A

Text Example


Text Example

White with #9C503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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