Html Css Color HEX #9A5330 Piper

📋 copy color: '#9A5330'

red 154 ◦ green 83 ◦ blue 48

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

Shades of Piper #9A5330

Tints of Piper #9A5330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 54.04%
G = 29.12%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A5330 (or 0x9A5330) is known color: Piper. HEX triplet: 9A, 53 and 30. RGB value is (154,83,48). Sum of RGB (Red+Green+Blue) = 154+83+48=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5330 is #65ACCF. Grayscale: #646464. Windows color (decimal): -6663376 or 3167130. OLE color: 3167130.

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

Color convert

RGB 154 83 48 -
CMYK 0 0.46 0.69 0.40
HSL 19.81º 0.52% 0.4% -
HSV(B) 19.81º 0.69% 0.6% -
XYZ 16.95 13.27 4.46 -
YUV 100.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 154 83 48 0 0.46 0.69 0.40 19.81 0.52 0.4
Hex 9A 53 30 0 2E 45 28 14 34 28
Octal 232 123 60 0 56 105 50 24 64 50
Binary 10011010 1010011 110000 0 101110 1000101 101000 10100 110100 101000

Color Harmonies of #9A5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5330

Black with #9A5330

Text Example


Text Example

White with #9A5330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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