Html Css Color HEX #917C5D Pale Brown

📋 copy color: '#917C5D'

red 145 ◦ green 124 ◦ blue 93

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

Shades of Pale Brown #917C5D

Tints of Pale Brown #917C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 40.06%
G = 34.25%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#917C5D (or 0x917C5D) is known color: Pale Brown. HEX triplet: 91, 7C and 5D. RGB value is (145,124,93). Sum of RGB (Red+Green+Blue) = 145+124+93=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #917C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C5D is #6E83A2. Grayscale: #7E7E7E. Windows color (decimal): -7242659 or 6126737. OLE color: 6126737.

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

Color convert

RGB 145 124 93 -
CMYK 0 0.14 0.36 0.43
HSL 35.77º 0.22% 0.47% -
HSV(B) 35.77º 0.36% 0.57% -
XYZ 20.86 21.23 13.35 -
YUV 126.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 145 124 93 0 0.14 0.36 0.43 35.77 0.22 0.47
Hex 91 7C 5D 0 E 24 2B 24 16 2F
Octal 221 174 135 0 16 44 53 44 26 57
Binary 10010001 1111100 1011101 0 1110 100100 101011 100100 10110 101111

Color Harmonies of #917C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C5D

Black with #917C5D

Text Example


Text Example

White with #917C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,124,93); }

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

background-color css

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

 a { background-color: rgb(145,124,93); }

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

border-color css

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

 span { border-color: rgb(145,124,93); }

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