Html Css Color HEX #9A7355 Pale Brown

📋 copy color: '#9A7355'

red 154 ◦ green 115 ◦ blue 85

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

Shades of Pale Brown #9A7355

Tints of Pale Brown #9A7355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 43.5%
G = 32.49%
B = 24.01%

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

#9A7355 (or 0x9A7355) is known color: Pale Brown. HEX triplet: 9A, 73 and 55. RGB value is (154,115,85). Sum of RGB (Red+Green+Blue) = 154+115+85=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7355 is #658CAA. Grayscale: #7B7B7B. Windows color (decimal): -6655147 or 5600154. OLE color: 5600154.

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

Color convert

RGB 154 115 85 -
CMYK 0 0.25 0.45 0.40
HSL 26.09º 0.29% 0.47% -
HSV(B) 26.09º 0.45% 0.6% -
XYZ 21.1 19.79 11.3 -
YUV 123.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 154 115 85 0 0.25 0.45 0.40 26.09 0.29 0.47
Hex 9A 73 55 0 19 2D 28 1A 1D 2F
Octal 232 163 125 0 31 55 50 32 35 57
Binary 10011010 1110011 1010101 0 11001 101101 101000 11010 11101 101111

Color Harmonies of #9A7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7355

Black with #9A7355

Text Example


Text Example

White with #9A7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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