Html Css Color HEX #9A5331 Piper

📋 copy color: '#9A5331'

red 154 ◦ green 83 ◦ blue 49

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

Shades of Piper #9A5331

Tints of Piper #9A5331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 53.85%
G = 29.02%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A5331 (or 0x9A5331) is known color: Piper. HEX triplet: 9A, 53 and 31. RGB value is (154,83,49). Sum of RGB (Red+Green+Blue) = 154+83+49=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5331 is #65ACCE. Grayscale: #646464. Windows color (decimal): -6663375 or 3232666. OLE color: 3232666.

HSL color Cylindrical-coordinate representation of color #9A5331: hue angle of 19.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A5331 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 49 -
CMYK 0 0.46 0.68 0.40
HSL 19.43º 0.52% 0.4% -
HSV(B) 19.43º 0.68% 0.6% -
XYZ 16.97 13.28 4.57 -
YUV 100.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 154 83 49 0 0.46 0.68 0.40 19.43 0.52 0.4
Hex 9A 53 31 0 2E 44 28 13 34 28
Octal 232 123 61 0 56 104 50 23 64 50
Binary 10011010 1010011 110001 0 101110 1000100 101000 10011 110100 101000

Color Harmonies of #9A5331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5331

Black with #9A5331

Text Example


Text Example

White with #9A5331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,49); }

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

background-color css

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

 a { background-color: rgb(154,83,49); }

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

border-color css

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

 span { border-color: rgb(154,83,49); }

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