#9B7B26

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

Shades of Hacienda #9B7B26

Tints of Hacienda #9B7B26

Color information

#9B7B26 (or 0x9B7B26) is unknown color: approx Hacienda. HEX triplet: 9B, 7B and 26. RGB value is (155,123,38). Sum of RGB (Red+Green+Blue) = 155+123+38=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B26 is #6484D9. Grayscale: #7B7B7B. Windows color (decimal): -6587610 or 2522011. OLE color: 2522011.

HSL color Cylindrical-coordinate representation of color #9B7B26: hue angle of 43.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B7B26 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15512338-
CMYK00.210.750.39
HSL43.59º60.62%37.84%-
HSV(B)43.59º75.48%60.78%-
XYZ20.9521.274.84-
YUV122.8880.1150.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=49.05%
G=38.92%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551233800.210.750.3943.5960.6237.84
Hex9B7B260154B272c3d26
Octal2331734602511347547546
Binary1001101111110111001100101011001011100111101100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,123,38); }

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

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

 a { background-color: rgb(155,123,38); }

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

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

 span { border-color: rgb(155,123,38); }

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