#907B5A

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

Shades of Pale Brown #907B5A

Tints of Pale Brown #907B5A

Color information

#907B5A (or 0x907B5A) is unknown color: approx Pale Brown. HEX triplet: 90, 7B and 5A. RGB value is (144,123,90). Sum of RGB (Red+Green+Blue) = 144+123+90=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #907B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B5A is #6F84A5. Grayscale: #7D7D7D. Windows color (decimal): -7308454 or 5929872. OLE color: 5929872.

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

Color convert

RGB14412390-
CMYK00.150.370.44
HSL36.67º23.08%45.88%-
HSV(B)36.67º37.5%56.47%-
XYZ20.4320.8312.62-
YUV125.52107.96141.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=40.34%
G=34.45%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441239000.150.370.4436.6723.0845.88
Hex907B5A0F252C25172e
Octal2201731320174554452756
Binary10010000111101110110100111110010110110010010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,90); }

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

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

 a { background-color: rgb(144,123,90); }

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

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

 span { border-color: rgb(144,123,90); }

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