Html Css Color HEX #957B1E Hacienda

📋 copy color: '#957B1E'

red 149 ◦ green 123 ◦ blue 30

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

Shades of Hacienda #957B1E

Tints of Hacienda #957B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 49.34%
G = 40.73%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#957B1E (or 0x957B1E) is known color: Hacienda. HEX triplet: 95, 7B and 1E. RGB value is (149,123,30). Sum of RGB (Red+Green+Blue) = 149+123+30=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B1E is #6A84E1. Grayscale: #787878. Windows color (decimal): -6980834 or 1997717. OLE color: 1997717.

HSL color Cylindrical-coordinate representation of color #957B1E: hue angle of 46.89º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #957B1E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 123 30 -
CMYK 0 0.17 0.80 0.42
HSL 46.89º 0.66% 0.35% -
HSV(B) 46.89º 0.8% 0.58% -
XYZ 19.71 20.65 4.18 -
YUV 120.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 149 123 30 0 0.17 0.80 0.42 46.89 0.66 0.35
Hex 95 7B 1E 0 11 50 2A 2F 42 23
Octal 225 173 36 0 21 120 52 57 102 43
Binary 10010101 1111011 11110 0 10001 1010000 101010 101111 1000010 100011

Color Harmonies of #957B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B1E

Black with #957B1E

Text Example


Text Example

White with #957B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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