Html Css Color HEX #9A5138 Piper

📋 copy color: '#9A5138'

red 154 ◦ green 81 ◦ blue 56

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

Shades of Piper #9A5138

Tints of Piper #9A5138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 52.92%
G = 27.84%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#9A5138 (or 0x9A5138) is known color: Piper. HEX triplet: 9A, 51 and 38. RGB value is (154,81,56). Sum of RGB (Red+Green+Blue) = 154+81+56=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5138 is #65AEC7. Grayscale: #646464. Windows color (decimal): -6663880 or 3690906. OLE color: 3690906.

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

Color convert

RGB 154 81 56 -
CMYK 0 0.47 0.64 0.40
HSL 15.31º 0.47% 0.41% -
HSV(B) 15.31º 0.64% 0.6% -
XYZ 16.98 13.04 5.36 -
YUV 99.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 154 81 56 0 0.47 0.64 0.40 15.31 0.47 0.41
Hex 9A 51 38 0 2F 40 28 F 2F 29
Octal 232 121 70 0 57 100 50 17 57 51
Binary 10011010 1010001 111000 0 101111 1000000 101000 1111 101111 101001

Color Harmonies of #9A5138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5138

Black with #9A5138

Text Example


Text Example

White with #9A5138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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