Html Css Color HEX #957B1C Hacienda

📋 copy color: '#957B1C'

red 149 ◦ green 123 ◦ blue 28

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

Shades of Hacienda #957B1C

Tints of Hacienda #957B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 49.67%
G = 41%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#957B1C (or 0x957B1C) is known color: Hacienda. HEX triplet: 95, 7B and 1C. RGB value is (149,123,28). Sum of RGB (Red+Green+Blue) = 149+123+28=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #957B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B1C is #6A84E3. Grayscale: #787878. Windows color (decimal): -6980836 or 1866645. OLE color: 1866645.

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

Color convert

RGB 149 123 28 -
CMYK 0 0.17 0.81 0.42
HSL 47.11º 0.68% 0.35% -
HSV(B) 47.11º 0.81% 0.58% -
XYZ 19.69 20.64 4.04 -
YUV 119.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 149 123 28 0 0.17 0.81 0.42 47.11 0.68 0.35
Hex 95 7B 1C 0 11 51 2A 2F 44 23
Octal 225 173 34 0 21 121 52 57 104 43
Binary 10010101 1111011 11100 0 10001 1010001 101010 101111 1000100 100011

Color Harmonies of #957B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B1C

Black with #957B1C

Text Example


Text Example

White with #957B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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