Html Css Color HEX #9C5232 Piper

📋 copy color: '#9C5232'

red 156 ◦ green 82 ◦ blue 50

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

Shades of Piper #9C5232

Tints of Piper #9C5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 54.17%
G = 28.47%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9C5232 (or 0x9C5232) is known color: Piper. HEX triplet: 9C, 52 and 32. RGB value is (156,82,50). Sum of RGB (Red+Green+Blue) = 156+82+50=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5232 is #63ADCD. Grayscale: #646464. Windows color (decimal): -6532558 or 3297948. OLE color: 3297948.

HSL color Cylindrical-coordinate representation of color #9C5232: hue angle of 18.11º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C5232 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 50 -
CMYK 0 0.47 0.68 0.39
HSL 18.11º 0.51% 0.4% -
HSV(B) 18.11º 0.68% 0.61% -
XYZ 17.3 13.33 4.68 -
YUV 100.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 156 82 50 0 0.47 0.68 0.39 18.11 0.51 0.4
Hex 9C 52 32 0 2F 44 27 12 33 28
Octal 234 122 62 0 57 104 47 22 63 50
Binary 10011100 1010010 110010 0 101111 1000100 100111 10010 110011 101000

Color Harmonies of #9C5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5232

Black with #9C5232

Text Example


Text Example

White with #9C5232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,50); }

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

background-color css

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

 a { background-color: rgb(156,82,50); }

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

border-color css

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

 span { border-color: rgb(156,82,50); }

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