Html Css Color HEX #917950 Pale Brown

📋 copy color: '#917950'

red 145 ◦ green 121 ◦ blue 80

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

Shades of Pale Brown #917950

Tints of Pale Brown #917950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 41.91%
G = 34.97%
B = 23.12%

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

#917950 (or 0x917950) is known color: Pale Brown. HEX triplet: 91, 79 and 50. RGB value is (145,121,80). Sum of RGB (Red+Green+Blue) = 145+121+80=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917950 is #6E86AF. Grayscale: #7B7B7B. Windows color (decimal): -7243440 or 5274001. OLE color: 5274001.

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

Color convert

RGB 145 121 80 -
CMYK 0 0.17 0.45 0.43
HSL 37.85º 0.29% 0.44% -
HSV(B) 37.85º 0.45% 0.57% -
XYZ 19.96 20.27 10.45 -
YUV 123.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 145 121 80 0 0.17 0.45 0.43 37.85 0.29 0.44
Hex 91 79 50 0 11 2D 2B 26 1D 2C
Octal 221 171 120 0 21 55 53 46 35 54
Binary 10010001 1111001 1010000 0 10001 101101 101011 100110 11101 101100

Color Harmonies of #917950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917950

Black with #917950

Text Example


Text Example

White with #917950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917950; }

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

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

background-color css

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

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

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

border-color css

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

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

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