#957A0B

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

Shades of Hacienda #957A0B

Tints of Hacienda #957A0B

Color information

#957A0B (or 0x957A0B) is unknown color: approx Hacienda. HEX triplet: 95, 7A and 0B. RGB value is (149,122,11). Sum of RGB (Red+Green+Blue) = 149+122+11=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #957A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957A0B is #6A85F4. Grayscale: #757575. Windows color (decimal): -6981109 or 752277. OLE color: 752277.

HSL color Cylindrical-coordinate representation of color #957A0B: hue angle of 48.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #957A0B is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14912211-
CMYK00.180.930.42
HSL48.26º86.25%31.37%-
HSV(B)48.26º92.62%58.43%-
XYZ19.4120.333.22-
YUV117.4267.95150.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 11 (4.69% from 255) = 3.90%
R=52.84%
G=43.26%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491221100.180.930.4248.2686.2531.37
Hex957AB0125D2A30561f
Octal22517213022135526012637
Binary10010101111101010110100101011101101010110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A0B; }

 p { color: rgb(149,122,11); }

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

<style>
 a { background-color: #957A0B; }

 a { background-color: rgb(149,122,11); }

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

<style>
 span { border-color: #957A0B; }

 span { border-color: rgb(149,122,11); }

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