Html Css Color HEX #9A7350 Pale Brown

📋 copy color: '#9A7350'

red 154 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #9A7350

Tints of Pale Brown #9A7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 44.13%
G = 32.95%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A7350 (or 0x9A7350) is known color: Pale Brown. HEX triplet: 9A, 73 and 50. RGB value is (154,115,80). Sum of RGB (Red+Green+Blue) = 154+115+80=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7350 is #658CAF. Grayscale: #7A7A7A. Windows color (decimal): -6655152 or 5272474. OLE color: 5272474.

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

Color convert

RGB 154 115 80 -
CMYK 0 0.25 0.48 0.40
HSL 28.38º 0.32% 0.46% -
HSV(B) 28.38º 0.48% 0.6% -
XYZ 20.91 19.71 10.29 -
YUV 122.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 154 115 80 0 0.25 0.48 0.40 28.38 0.32 0.46
Hex 9A 73 50 0 19 30 28 1C 20 2E
Octal 232 163 120 0 31 60 50 34 40 56
Binary 10011010 1110011 1010000 0 11001 110000 101000 11100 100000 101110

Color Harmonies of #9A7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7350

Black with #9A7350

Text Example


Text Example

White with #9A7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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