#9B741D

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

Shades of Hacienda #9B741D

Tints of Hacienda #9B741D

Color information

#9B741D (or 0x9B741D) is unknown color: approx Hacienda. HEX triplet: 9B, 74 and 1D. RGB value is (155,116,29). Sum of RGB (Red+Green+Blue) = 155+116+29=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B741D is #648BE2. Grayscale: #767676. Windows color (decimal): -6589411 or 1930395. OLE color: 1930395.

HSL color Cylindrical-coordinate representation of color #9B741D: hue angle of 41.43º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B741D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB15511629-
CMYK00.250.810.39
HSL41.43º68.48%36.08%-
HSV(B)41.43º81.29%60.78%-
XYZ19.9819.553.88-
YUV117.7477.92154.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 29 (11.72% from 255) = 9.67%
R=51.67%
G=38.67%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551162900.250.810.3941.4368.4836.08
Hex9B741D0195127294424
Octal23316435031121475110444
Binary1001101111101001110101100110100011001111010011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B741D; }

 p { color: rgb(155,116,29); }

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

<style>
 a { background-color: #9B741D; }

 a { background-color: rgb(155,116,29); }

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

<style>
 span { border-color: #9B741D; }

 span { border-color: rgb(155,116,29); }

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