Html Css Color HEX #957B09 Hacienda

📋 copy color: '#957B09'

red 149 ◦ green 123 ◦ blue 9

#957B09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #957B09

Tints of Hacienda #957B09

RGB

 RED value IS 149 (58.59% from 255) = 53.02%

 GREEN value IS 123 (48.44% from 255) = 43.77%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 53.02%
G = 43.77%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#957B09 (or 0x957B09) is known color: Hacienda. HEX triplet: 95, 7B and 09. RGB value is (149,123,9). Sum of RGB (Red+Green+Blue) = 149+123+9=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957B09 is #6A84F6. Grayscale: #767676. Windows color (decimal): -6980855 or 621461. OLE color: 621461.

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

Color convert

RGB 149 123 9 -
CMYK 0 0.17 0.94 0.42
HSL 48.86º 0.89% 0.31% -
HSV(B) 48.86º 0.94% 0.58% -
XYZ 19.53 20.58 3.2 -
YUV 117.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 149 123 9 0 0.17 0.94 0.42 48.86 0.89 0.31
Hex 95 7B 9 0 11 5E 2A 31 59 1F
Octal 225 173 11 0 21 136 52 61 131 37
Binary 10010101 1111011 1001 0 10001 1011110 101010 110001 1011001 11111

Color Harmonies of #957B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B09

Black with #957B09

Text Example


Text Example

White with #957B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,123,9); }

 H1.HeaderClassName
 {
   color: #957B09;
 }
 .AnyTagClassName
 {
   color: #957B09;
 }
</style>

background-color css

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

 a { background-color: rgb(149,123,9); }

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

border-color css

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

 span { border-color: rgb(149,123,9); }

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