Html Css Color HEX #9C552F Piper

📋 copy color: '#9C552F'

red 156 ◦ green 85 ◦ blue 47

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

Shades of Piper #9C552F

Tints of Piper #9C552F

RGB

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

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

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

R = 54.17%
G = 29.51%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C552F (or 0x9C552F) is known color: Piper. HEX triplet: 9C, 55 and 2F. RGB value is (156,85,47). Sum of RGB (Red+Green+Blue) = 156+85+47=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C552F is #63AAD0. Grayscale: #666666. Windows color (decimal): -6531793 or 3102108. OLE color: 3102108.

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

Color convert

RGB 156 85 47 -
CMYK 0 0.46 0.70 0.39
HSL 20.92º 0.54% 0.4% -
HSV(B) 20.92º 0.7% 0.61% -
XYZ 17.47 13.77 4.43 -
YUV 101.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 156 85 47 0 0.46 0.70 0.39 20.92 0.54 0.4
Hex 9C 55 2F 0 2E 46 27 15 36 28
Octal 234 125 57 0 56 106 47 25 66 50
Binary 10011100 1010101 101111 0 101110 1000110 100111 10101 110110 101000

Color Harmonies of #9C552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C552F

Black with #9C552F

Text Example


Text Example

White with #9C552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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