Html Css Color HEX #917350 Pale Brown

📋 copy color: '#917350'

red 145 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #917350

Tints of Pale Brown #917350

RGB

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

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

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

R = 42.65%
G = 33.82%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#917350 (or 0x917350) is known color: Pale Brown. HEX triplet: 91, 73 and 50. RGB value is (145,115,80). Sum of RGB (Red+Green+Blue) = 145+115+80=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #917350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917350 is #6E8CAF. Grayscale: #787878. Windows color (decimal): -7244976 or 5272465. OLE color: 5272465.

HSL color Cylindrical-coordinate representation of color #917350: hue angle of 32.31º 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 #917350 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 115 80 -
CMYK 0 0.21 0.45 0.43
HSL 32.31º 0.29% 0.44% -
HSV(B) 32.31º 0.45% 0.57% -
XYZ 19.26 18.86 10.21 -
YUV 119.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 145 115 80 0 0.21 0.45 0.43 32.31 0.29 0.44
Hex 91 73 50 0 15 2D 2B 20 1D 2C
Octal 221 163 120 0 25 55 53 40 35 54
Binary 10010001 1110011 1010000 0 10101 101101 101011 100000 11101 101100

Color Harmonies of #917350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917350

Black with #917350

Text Example


Text Example

White with #917350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917350; }

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

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

background-color css

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

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

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

border-color css

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

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

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