Html Css Color HEX #957B0A Hacienda

📋 copy color: '#957B0A'

red 149 ◦ green 123 ◦ blue 10

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

Shades of Hacienda #957B0A

Tints of Hacienda #957B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 52.84%
G = 43.62%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#957B0A (or 0x957B0A) is known color: Hacienda. HEX triplet: 95, 7B and 0A. RGB value is (149,123,10). Sum of RGB (Red+Green+Blue) = 149+123+10=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #957B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957B0A is #6A84F5. Grayscale: #767676. Windows color (decimal): -6980854 or 686997. OLE color: 686997.

HSL color Cylindrical-coordinate representation of color #957B0A: hue angle of 48.78º degrees, saturation: 0.87, 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 #957B0A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 123 10 -
CMYK 0 0.17 0.93 0.42
HSL 48.78º 0.87% 0.31% -
HSV(B) 48.78º 0.93% 0.58% -
XYZ 19.53 20.58 3.23 -
YUV 117.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 149 123 10 0 0.17 0.93 0.42 48.78 0.87 0.31
Hex 95 7B A 0 11 5D 2A 31 57 1F
Octal 225 173 12 0 21 135 52 61 127 37
Binary 10010101 1111011 1010 0 10001 1011101 101010 110001 1010111 11111

Color Harmonies of #957B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B0A

Black with #957B0A

Text Example


Text Example

White with #957B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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