#907048

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

Shades of Pale Brown #907048

Tints of Pale Brown #907048

Color information

#907048 (or 0x907048) is unknown color: approx Pale Brown. HEX triplet: 90, 70 and 48. RGB value is (144,112,72). Sum of RGB (Red+Green+Blue) = 144+112+72=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #907048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907048 is #6F8FB7. Grayscale: #757575. Windows color (decimal): -7311288 or 4747408. OLE color: 4747408.

HSL color Cylindrical-coordinate representation of color #907048: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #907048 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB14411272-
CMYK00.220.500.44
HSL33.33º33.33%42.35%-
HSV(B)33.33º50%56.47%-
XYZ18.4717.998.63-
YUV117.01102.6147.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=43.90%
G=34.15%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441127200.220.500.4433.3333.3342.35
Hex907048016322C21212a
Octal2201601100266254414152
Binary1001000011100001001000010110110010101100100001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907048; }

 p { color: rgb(144,112,72); }

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

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

 a { background-color: rgb(144,112,72); }

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

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

 span { border-color: rgb(144,112,72); }

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