Html Css Color HEX #907250 Pale Brown

📋 copy color: '#907250'

red 144 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #907250

Tints of Pale Brown #907250

RGB

 RED value IS 144 (56.64% from 255) = 42.6%

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

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

R = 42.6%
G = 33.73%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#907250 (or 0x907250) is known color: Pale Brown. HEX triplet: 90, 72 and 50. RGB value is (144,114,80). Sum of RGB (Red+Green+Blue) = 144+114+80=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #907250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907250 is #6F8DAF. Grayscale: #777777. Windows color (decimal): -7310768 or 5272208. OLE color: 5272208.

HSL color Cylindrical-coordinate representation of color #907250: hue angle of 31.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907250 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 114 80 -
CMYK 0 0.21 0.44 0.44
HSL 31.88º 0.29% 0.44% -
HSV(B) 31.88º 0.44% 0.56% -
XYZ 18.97 18.54 10.17 -
YUV 119.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 144 114 80 0 0.21 0.44 0.44 31.88 0.29 0.44
Hex 90 72 50 0 15 2C 2C 20 1D 2C
Octal 220 162 120 0 25 54 54 40 35 54
Binary 10010000 1110010 1010000 0 10101 101100 101100 100000 11101 101100

Color Harmonies of #907250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907250

Black with #907250

Text Example


Text Example

White with #907250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907250; }

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

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

background-color css

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

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

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

border-color css

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

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

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