#907450

Color #907450 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #907450

Tints of Pale Brown #907450

Color information

#907450 (or 0x907450) is unknown color: approx Pale Brown. HEX triplet: 90, 74 and 50. RGB value is (144,116,80). Sum of RGB (Red+Green+Blue) = 144+116+80=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #907450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907450 is #6F8BAF. Grayscale: #787878. Windows color (decimal): -7310256 or 5272720. OLE color: 5272720.

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

Color convert

RGB14411680-
CMYK00.190.440.44
HSL33.75º28.57%43.92%-
HSV(B)33.75º44.44%56.47%-
XYZ19.191910.24-
YUV120.27105.28144.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=42.35%
G=34.12%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441168000.190.440.4433.7528.5743.92
Hex9074500132C2C221d2c
Octal2201641200235454423554
Binary100100001110100101000001001110110010110010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907450; }

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

 H1.HeaderClassName
 {
   color: #907450;
 }
 .AnyTagClassName
 {
   color: #907450;
 }
</style>
background-color css

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

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

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

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

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

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