Html Css Color HEX #9A7550 Pale Brown

📋 copy color: '#9A7550'

red 154 ◦ green 117 ◦ blue 80

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

Shades of Pale Brown #9A7550

Tints of Pale Brown #9A7550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 43.87%
G = 33.33%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A7550 (or 0x9A7550) is known color: Pale Brown. HEX triplet: 9A, 75 and 50. RGB value is (154,117,80). Sum of RGB (Red+Green+Blue) = 154+117+80=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7550 is #658AAF. Grayscale: #7C7C7C. Windows color (decimal): -6654640 or 5272986. OLE color: 5272986.

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

Color convert

RGB 154 117 80 -
CMYK 0 0.24 0.48 0.40
HSL 30º 0.32% 0.46% -
HSV(B) 30º 0.48% 0.6% -
XYZ 21.14 20.17 10.37 -
YUV 123.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 154 117 80 0 0.24 0.48 0.40 30 0.32 0.46
Hex 9A 75 50 0 18 30 28 1E 20 2E
Octal 232 165 120 0 30 60 50 36 40 56
Binary 10011010 1110101 1010000 0 11000 110000 101000 11110 100000 101110

Color Harmonies of #9A7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7550

Black with #9A7550

Text Example


Text Example

White with #9A7550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,80); }

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

background-color css

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

 a { background-color: rgb(154,117,80); }

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

border-color css

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

 span { border-color: rgb(154,117,80); }

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