Html Css Color HEX #957B22 Hacienda

📋 copy color: '#957B22'

red 149 ◦ green 123 ◦ blue 34

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

Shades of Hacienda #957B22

Tints of Hacienda #957B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 48.69%
G = 40.2%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957B22 (or 0x957B22) is known color: Hacienda. HEX triplet: 95, 7B and 22. RGB value is (149,123,34). Sum of RGB (Red+Green+Blue) = 149+123+34=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #957B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B22 is #6A84DD. Grayscale: #797979. Windows color (decimal): -6980830 or 2259861. OLE color: 2259861.

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

Color convert

RGB 149 123 34 -
CMYK 0 0.17 0.77 0.42
HSL 46.43º 0.63% 0.36% -
HSV(B) 46.43º 0.77% 0.58% -
XYZ 19.77 20.67 4.46 -
YUV 120.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 149 123 34 0 0.17 0.77 0.42 46.43 0.63 0.36
Hex 95 7B 22 0 11 4D 2A 2E 3F 24
Octal 225 173 42 0 21 115 52 56 77 44
Binary 10010101 1111011 100010 0 10001 1001101 101010 101110 111111 100100

Color Harmonies of #957B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B22

Black with #957B22

Text Example


Text Example

White with #957B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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