#907B1A

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

Shades of Hacienda #907B1A

Tints of Hacienda #907B1A

Color information

#907B1A (or 0x907B1A) is unknown color: approx Hacienda. HEX triplet: 90, 7B and 1A. RGB value is (144,123,26). Sum of RGB (Red+Green+Blue) = 144+123+26=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #907B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907B1A is #6F84E5. Grayscale: #767676. Windows color (decimal): -7308518 or 1735568. OLE color: 1735568.

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

Color convert

RGB14412326-
CMYK00.150.820.44
HSL49.32º69.41%33.33%-
HSV(B)49.32º81.94%56.47%-
XYZ18.7720.173.88-
YUV118.2275.96146.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=49.15%
G=41.98%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441232600.150.820.4449.3269.4133.33
Hex907B1A0F522C314521
Octal22017332017122546110541
Binary100100001111011110100111110100101011001100011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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