Html Css Color HEX #9A4D35 Piper

📋 copy color: '#9A4D35'

red 154 ◦ green 77 ◦ blue 53

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

Shades of Piper #9A4D35

Tints of Piper #9A4D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 54.23%
G = 27.11%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A4D35 (or 0x9A4D35) is known color: Piper. HEX triplet: 9A, 4D and 35. RGB value is (154,77,53). Sum of RGB (Red+Green+Blue) = 154+77+53=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4D35 is #65B2CA. Grayscale: #616161. Windows color (decimal): -6664907 or 3493274. OLE color: 3493274.

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

Color convert

RGB 154 77 53 -
CMYK 0 0.50 0.66 0.40
HSL 14.26º 0.49% 0.41% -
HSV(B) 14.26º 0.66% 0.6% -
XYZ 16.62 12.43 4.89 -
YUV 97.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 154 77 53 0 0.50 0.66 0.40 14.26 0.49 0.41
Hex 9A 4D 35 0 32 42 28 E 31 29
Octal 232 115 65 0 62 102 50 16 61 51
Binary 10011010 1001101 110101 0 110010 1000010 101000 1110 110001 101001

Color Harmonies of #9A4D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4D35

Black with #9A4D35

Text Example


Text Example

White with #9A4D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,77,53); }

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

background-color css

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

 a { background-color: rgb(154,77,53); }

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

border-color css

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

 span { border-color: rgb(154,77,53); }

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