Html Css Color HEX #9A5336 Piper

📋 copy color: '#9A5336'

red 154 ◦ green 83 ◦ blue 54

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

Shades of Piper #9A5336

Tints of Piper #9A5336

RGB

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

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

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

R = 52.92%
G = 28.52%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A5336 (or 0x9A5336) is known color: Piper. HEX triplet: 9A, 53 and 36. RGB value is (154,83,54). Sum of RGB (Red+Green+Blue) = 154+83+54=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5336 is #65ACC9. Grayscale: #656565. Windows color (decimal): -6663370 or 3560346. OLE color: 3560346.

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

Color convert

RGB 154 83 54 -
CMYK 0 0.46 0.65 0.40
HSL 17.4º 0.48% 0.41% -
HSV(B) 17.4º 0.65% 0.6% -
XYZ 17.09 13.32 5.16 -
YUV 100.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 154 83 54 0 0.46 0.65 0.40 17.4 0.48 0.41
Hex 9A 53 36 0 2E 41 28 11 30 29
Octal 232 123 66 0 56 101 50 21 60 51
Binary 10011010 1010011 110110 0 101110 1000001 101000 10001 110000 101001

Color Harmonies of #9A5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5336

Black with #9A5336

Text Example


Text Example

White with #9A5336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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