Html Css Color HEX #917A5E Pale Brown

📋 copy color: '#917A5E'

red 145 ◦ green 122 ◦ blue 94

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

Shades of Pale Brown #917A5E

Tints of Pale Brown #917A5E

RGB

 RED value IS 145 (57.03% from 255) = 40.17%

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 40.17%
G = 33.8%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#917A5E (or 0x917A5E) is known color: Pale Brown. HEX triplet: 91, 7A and 5E. RGB value is (145,122,94). Sum of RGB (Red+Green+Blue) = 145+122+94=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A5E is #6E85A1. Grayscale: #7D7D7D. Windows color (decimal): -7243170 or 6191761. OLE color: 6191761.

HSL color Cylindrical-coordinate representation of color #917A5E: hue angle of 32.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917A5E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 122 94 -
CMYK 0 0.16 0.35 0.43
HSL 32.94º 0.21% 0.47% -
HSV(B) 32.94º 0.35% 0.57% -
XYZ 20.66 20.75 13.51 -
YUV 125.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 145 122 94 0 0.16 0.35 0.43 32.94 0.21 0.47
Hex 91 7A 5E 0 10 23 2B 21 15 2F
Octal 221 172 136 0 20 43 53 41 25 57
Binary 10010001 1111010 1011110 0 10000 100011 101011 100001 10101 101111

Color Harmonies of #917A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A5E

Black with #917A5E

Text Example


Text Example

White with #917A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917A5E; }

 p { color: rgb(145,122,94); }

 H1.HeaderClassName
 {
   color: #917A5E;
 }
 .AnyTagClassName
 {
   color: #917A5E;
 }
</style>

background-color css

<style>
 a { background-color: #917A5E; }

 a { background-color: rgb(145,122,94); }

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

border-color css

<style>
 span { border-color: #917A5E; }

 span { border-color: rgb(145,122,94); }

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