Html Css Color HEX #917750 Pale Brown

📋 copy color: '#917750'

red 145 ◦ green 119 ◦ blue 80

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

Shades of Pale Brown #917750

Tints of Pale Brown #917750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 42.15%
G = 34.59%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#917750 (or 0x917750) is known color: Pale Brown. HEX triplet: 91, 77 and 50. RGB value is (145,119,80). Sum of RGB (Red+Green+Blue) = 145+119+80=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #917750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917750 is #6E88AF. Grayscale: #7A7A7A. Windows color (decimal): -7243952 or 5273489. OLE color: 5273489.

HSL color Cylindrical-coordinate representation of color #917750: hue angle of 36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917750 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 119 80 -
CMYK 0 0.18 0.45 0.43
HSL 36º 0.29% 0.44% -
HSV(B) 36º 0.45% 0.57% -
XYZ 19.72 19.79 10.37 -
YUV 122.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 145 119 80 0 0.18 0.45 0.43 36 0.29 0.44
Hex 91 77 50 0 12 2D 2B 24 1D 2C
Octal 221 167 120 0 22 55 53 44 35 54
Binary 10010001 1110111 1010000 0 10010 101101 101011 100100 11101 101100

Color Harmonies of #917750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917750

Black with #917750

Text Example


Text Example

White with #917750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917750; }

 p { color: rgb(145,119,80); }

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

background-color css

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

 a { background-color: rgb(145,119,80); }

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

border-color css

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

 span { border-color: rgb(145,119,80); }

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