Html Css Color HEX #917250 Pale Brown

📋 copy color: '#917250'

red 145 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #917250

Tints of Pale Brown #917250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 42.77%
G = 33.63%
B = 23.6%

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

#917250 (or 0x917250) is known color: Pale Brown. HEX triplet: 91, 72 and 50. RGB value is (145,114,80). Sum of RGB (Red+Green+Blue) = 145+114+80=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #917250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917250 is #6E8DAF. Grayscale: #777777. Windows color (decimal): -7245232 or 5272209. OLE color: 5272209.

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

Color convert

RGB 145 114 80 -
CMYK 0 0.21 0.45 0.43
HSL 31.38º 0.29% 0.44% -
HSV(B) 31.38º 0.45% 0.57% -
XYZ 19.14 18.63 10.18 -
YUV 119.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 145 114 80 0 0.21 0.45 0.43 31.38 0.29 0.44
Hex 91 72 50 0 15 2D 2B 1F 1D 2C
Octal 221 162 120 0 25 55 53 37 35 54
Binary 10010001 1110010 1010000 0 10101 101101 101011 11111 11101 101100

Color Harmonies of #917250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917250

Black with #917250

Text Example


Text Example

White with #917250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917250; }

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

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

background-color css

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

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

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

border-color css

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

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

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