Html Css Color HEX #9A5136 Piper

📋 copy color: '#9A5136'

red 154 ◦ green 81 ◦ blue 54

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

Shades of Piper #9A5136

Tints of Piper #9A5136

RGB

 RED value IS 154 (60.55% from 255) = 53.29%

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 53.29%
G = 28.03%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A5136 (or 0x9A5136) is known color: Piper. HEX triplet: 9A, 51 and 36. RGB value is (154,81,54). Sum of RGB (Red+Green+Blue) = 154+81+54=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5136 is #65AEC9. Grayscale: #636363. Windows color (decimal): -6663882 or 3559834. OLE color: 3559834.

HSL color Cylindrical-coordinate representation of color #9A5136: hue angle of 16.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A5136 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 81 54 -
CMYK 0 0.47 0.65 0.40
HSL 16.2º 0.48% 0.41% -
HSV(B) 16.2º 0.65% 0.6% -
XYZ 16.93 13.02 5.11 -
YUV 99.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 154 81 54 0 0.47 0.65 0.40 16.2 0.48 0.41
Hex 9A 51 36 0 2F 41 28 10 30 29
Octal 232 121 66 0 57 101 50 20 60 51
Binary 10011010 1010001 110110 0 101111 1000001 101000 10000 110000 101001

Color Harmonies of #9A5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5136

Black with #9A5136

Text Example


Text Example

White with #9A5136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,81,54); }

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

background-color css

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

 a { background-color: rgb(154,81,54); }

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

border-color css

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

 span { border-color: rgb(154,81,54); }

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