Html Css Color HEX #917850 Pale Brown

📋 copy color: '#917850'

red 145 ◦ green 120 ◦ blue 80

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

Shades of Pale Brown #917850

Tints of Pale Brown #917850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

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

R = 42.03%
G = 34.78%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#917850 (or 0x917850) is known color: Pale Brown. HEX triplet: 91, 78 and 50. RGB value is (145,120,80). Sum of RGB (Red+Green+Blue) = 145+120+80=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #917850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917850 is #6E87AF. Grayscale: #7B7B7B. Windows color (decimal): -7243696 or 5273745. OLE color: 5273745.

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

Color convert

RGB 145 120 80 -
CMYK 0 0.17 0.45 0.43
HSL 36.92º 0.29% 0.44% -
HSV(B) 36.92º 0.45% 0.57% -
XYZ 19.84 20.03 10.41 -
YUV 122.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 145 120 80 0 0.17 0.45 0.43 36.92 0.29 0.44
Hex 91 78 50 0 11 2D 2B 25 1D 2C
Octal 221 170 120 0 21 55 53 45 35 54
Binary 10010001 1111000 1010000 0 10001 101101 101011 100101 11101 101100

Color Harmonies of #917850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917850

Black with #917850

Text Example


Text Example

White with #917850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917850; }

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

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

background-color css

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

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

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

border-color css

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

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

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