#907A5C

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

Shades of Pale Brown #907A5C

Tints of Pale Brown #907A5C

Color information

#907A5C (or 0x907A5C) is unknown color: approx Pale Brown. HEX triplet: 90, 7A and 5C. RGB value is (144,122,92). Sum of RGB (Red+Green+Blue) = 144+122+92=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #907A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A5C is #6F85A3. Grayscale: #7D7D7D. Windows color (decimal): -7308708 or 6060688. OLE color: 6060688.

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

Color convert

RGB14412292-
CMYK00.150.360.44
HSL34.62º22.03%46.27%-
HSV(B)34.62º36.11%56.47%-
XYZ20.3920.6213.03-
YUV125.16109.29141.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=40.22%
G=34.08%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441229200.150.360.4434.6222.0346.27
Hex907A5C0F242C23162e
Octal2201721340174454432656
Binary10010000111101010111000111110010010110010001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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