#907A5D

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

Shades of Pale Brown #907A5D

Tints of Pale Brown #907A5D

Color information

#907A5D (or 0x907A5D) is unknown color: approx Pale Brown. HEX triplet: 90, 7A and 5D. RGB value is (144,122,93). Sum of RGB (Red+Green+Blue) = 144+122+93=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #907A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A5D is #6F85A2. Grayscale: #7D7D7D. Windows color (decimal): -7308707 or 6126224. OLE color: 6126224.

HSL color Cylindrical-coordinate representation of color #907A5D: hue angle of 34.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907A5D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14412293-
CMYK00.150.350.44
HSL34.12º21.52%46.47%-
HSV(B)34.12º35.42%56.47%-
XYZ20.4420.6413.26-
YUV125.27109.79141.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=40.11%
G=33.98%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441229300.150.350.4434.1221.5246.47
Hex907A5D0F232C22162e
Octal2201721350174354422656
Binary10010000111101010111010111110001110110010001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907A5D; }

 p { color: rgb(144,122,93); }

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

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

 a { background-color: rgb(144,122,93); }

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

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

 span { border-color: rgb(144,122,93); }

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