Html Css Color HEX #9A5536 Piper

📋 copy color: '#9A5536'

red 154 ◦ green 85 ◦ blue 54

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

Shades of Piper #9A5536

Tints of Piper #9A5536

RGB

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

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

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

R = 52.56%
G = 29.01%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A5536 (or 0x9A5536) is known color: Piper. HEX triplet: 9A, 55 and 36. RGB value is (154,85,54). Sum of RGB (Red+Green+Blue) = 154+85+54=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5536 is #65AAC9. Grayscale: #666666. Windows color (decimal): -6662858 or 3560858. OLE color: 3560858.

HSL color Cylindrical-coordinate representation of color #9A5536: hue angle of 18.6º 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 #9A5536 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 85 54 -
CMYK 0 0.45 0.65 0.40
HSL 18.6º 0.48% 0.41% -
HSV(B) 18.6º 0.65% 0.6% -
XYZ 17.24 13.63 5.21 -
YUV 102.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 154 85 54 0 0.45 0.65 0.40 18.6 0.48 0.41
Hex 9A 55 36 0 2D 41 28 13 30 29
Octal 232 125 66 0 55 101 50 23 60 51
Binary 10011010 1010101 110110 0 101101 1000001 101000 10011 110000 101001

Color Harmonies of #9A5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5536

Black with #9A5536

Text Example


Text Example

White with #9A5536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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