Html Css Color HEX #917050 Pale Brown

📋 copy color: '#917050'

red 145 ◦ green 112 ◦ blue 80

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

Shades of Pale Brown #917050

Tints of Pale Brown #917050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 43.03%
G = 33.23%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#917050 (or 0x917050) is known color: Pale Brown. HEX triplet: 91, 70 and 50. RGB value is (145,112,80). Sum of RGB (Red+Green+Blue) = 145+112+80=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #917050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917050 is #6E8FAF. Grayscale: #767676. Windows color (decimal): -7245744 or 5271697. OLE color: 5271697.

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

Color convert

RGB 145 112 80 -
CMYK 0 0.23 0.45 0.43
HSL 29.54º 0.29% 0.44% -
HSV(B) 29.54º 0.45% 0.57% -
XYZ 18.92 18.19 10.1 -
YUV 118.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 145 112 80 0 0.23 0.45 0.43 29.54 0.29 0.44
Hex 91 70 50 0 17 2D 2B 1E 1D 2C
Octal 221 160 120 0 27 55 53 36 35 54
Binary 10010001 1110000 1010000 0 10111 101101 101011 11110 11101 101100

Color Harmonies of #917050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917050

Black with #917050

Text Example


Text Example

White with #917050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917050; }

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

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

background-color css

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

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

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

border-color css

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

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

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