#917B1C

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

Shades of Hacienda #917B1C

Tints of Hacienda #917B1C

Color information

#917B1C (or 0x917B1C) is unknown color: approx Hacienda. HEX triplet: 91, 7B and 1C. RGB value is (145,123,28). Sum of RGB (Red+Green+Blue) = 145+123+28=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #917B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B1C is #6E84E3. Grayscale: #777777. Windows color (decimal): -7242980 or 1866641. OLE color: 1866641.

HSL color Cylindrical-coordinate representation of color #917B1C: hue angle of 48.72º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #917B1C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14512328-
CMYK00.150.810.43
HSL48.72º67.63%33.92%-
HSV(B)48.72º80.69%56.86%-
XYZ18.9720.274.01-
YUV118.7576.79146.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=48.99%
G=41.55%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451232800.150.810.4348.7267.6333.92
Hex917B1C0F512B314422
Octal22117334017121536110442
Binary100100011111011111000111110100011010111100011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B1C; }

 p { color: rgb(145,123,28); }

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

<style>
 a { background-color: #917B1C; }

 a { background-color: rgb(145,123,28); }

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

<style>
 span { border-color: #917B1C; }

 span { border-color: rgb(145,123,28); }

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