Html Css Color HEX #907950 Pale Brown

📋 copy color: '#907950'

red 144 ◦ green 121 ◦ blue 80

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

Shades of Pale Brown #907950

Tints of Pale Brown #907950

RGB

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

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

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

R = 41.74%
G = 35.07%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#907950 (or 0x907950) is known color: Pale Brown. HEX triplet: 90, 79 and 50. RGB value is (144,121,80). Sum of RGB (Red+Green+Blue) = 144+121+80=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #907950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907950 is #6F86AF. Grayscale: #7B7B7B. Windows color (decimal): -7308976 or 5274000. OLE color: 5274000.

HSL color Cylindrical-coordinate representation of color #907950: hue angle of 38.44º 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 #907950 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 121 80 -
CMYK 0 0.16 0.44 0.44
HSL 38.44º 0.29% 0.44% -
HSV(B) 38.44º 0.44% 0.56% -
XYZ 19.79 20.18 10.44 -
YUV 123.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 144 121 80 0 0.16 0.44 0.44 38.44 0.29 0.44
Hex 90 79 50 0 10 2C 2C 26 1D 2C
Octal 220 171 120 0 20 54 54 46 35 54
Binary 10010000 1111001 1010000 0 10000 101100 101100 100110 11101 101100

Color Harmonies of #907950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907950

Black with #907950

Text Example


Text Example

White with #907950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907950; }

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

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

background-color css

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

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

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

border-color css

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

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

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