Html Css Color HEX #9C522F Piper

📋 copy color: '#9C522F'

red 156 ◦ green 82 ◦ blue 47

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

Shades of Piper #9C522F

Tints of Piper #9C522F

RGB

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

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

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

R = 54.74%
G = 28.77%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C522F (or 0x9C522F) is known color: Piper. HEX triplet: 9C, 52 and 2F. RGB value is (156,82,47). Sum of RGB (Red+Green+Blue) = 156+82+47=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C522F is #63ADD0. Grayscale: #646464. Windows color (decimal): -6532561 or 3101340. OLE color: 3101340.

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

Color convert

RGB 156 82 47 -
CMYK 0 0.47 0.70 0.39
HSL 19.27º 0.54% 0.4% -
HSV(B) 19.27º 0.7% 0.61% -
XYZ 17.24 13.31 4.35 -
YUV 100.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 156 82 47 0 0.47 0.70 0.39 19.27 0.54 0.4
Hex 9C 52 2F 0 2F 46 27 13 36 28
Octal 234 122 57 0 57 106 47 23 66 50
Binary 10011100 1010010 101111 0 101111 1000110 100111 10011 110110 101000

Color Harmonies of #9C522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C522F

Black with #9C522F

Text Example


Text Example

White with #9C522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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