#907A53

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

Shades of Pale Brown #907A53

Tints of Pale Brown #907A53

Color information

#907A53 (or 0x907A53) is unknown color: approx Pale Brown. HEX triplet: 90, 7A and 53. RGB value is (144,122,83). Sum of RGB (Red+Green+Blue) = 144+122+83=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #907A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A53 is #6F85AC. Grayscale: #7C7C7C. Windows color (decimal): -7308717 or 5470864. OLE color: 5470864.

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

Color convert

RGB14412283-
CMYK00.150.420.44
HSL38.36º26.87%44.51%-
HSV(B)38.36º42.36%56.47%-
XYZ20.0220.4711.08-
YUV124.13104.79142.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=41.26%
G=34.96%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441228300.150.420.4438.3626.8744.51
Hex907A530F2A2C261b2d
Octal2201721230175254463355
Binary10010000111101010100110111110101010110010011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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