Html Css Color HEX #9A7354 Pale Brown

📋 copy color: '#9A7354'

red 154 ◦ green 115 ◦ blue 84

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

Shades of Pale Brown #9A7354

Tints of Pale Brown #9A7354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 43.63%
G = 32.58%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#9A7354 (or 0x9A7354) is known color: Pale Brown. HEX triplet: 9A, 73 and 54. RGB value is (154,115,84). Sum of RGB (Red+Green+Blue) = 154+115+84=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7354 is #658CAB. Grayscale: #7B7B7B. Windows color (decimal): -6655148 or 5534618. OLE color: 5534618.

HSL color Cylindrical-coordinate representation of color #9A7354: hue angle of 26.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A7354 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 84 -
CMYK 0 0.25 0.45 0.40
HSL 26.57º 0.29% 0.47% -
HSV(B) 26.57º 0.45% 0.6% -
XYZ 21.06 19.77 11.09 -
YUV 123.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 154 115 84 0 0.25 0.45 0.40 26.57 0.29 0.47
Hex 9A 73 54 0 19 2D 28 1B 1D 2F
Octal 232 163 124 0 31 55 50 33 35 57
Binary 10011010 1110011 1010100 0 11001 101101 101000 11011 11101 101111

Color Harmonies of #9A7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7354

Black with #9A7354

Text Example


Text Example

White with #9A7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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