Html Css Color HEX #957D1C Hacienda

📋 copy color: '#957D1C'

red 149 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #957D1C

Tints of Hacienda #957D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.39%

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

R = 49.34%
G = 41.39%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#957D1C (or 0x957D1C) is known color: Hacienda. HEX triplet: 95, 7D and 1C. RGB value is (149,125,28). Sum of RGB (Red+Green+Blue) = 149+125+28=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D1C is #6A82E3. Grayscale: #797979. Windows color (decimal): -6980324 or 1867157. OLE color: 1867157.

HSL color Cylindrical-coordinate representation of color #957D1C: hue angle of 48.1º 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 #957D1C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 28 -
CMYK 0 0.16 0.81 0.42
HSL 48.1º 0.68% 0.35% -
HSV(B) 48.1º 0.81% 0.58% -
XYZ 19.94 21.14 4.13 -
YUV 121.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 149 125 28 0 0.16 0.81 0.42 48.1 0.68 0.35
Hex 95 7D 1C 0 10 51 2A 30 44 23
Octal 225 175 34 0 20 121 52 60 104 43
Binary 10010101 1111101 11100 0 10000 1010001 101010 110000 1000100 100011

Color Harmonies of #957D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D1C

Black with #957D1C

Text Example


Text Example

White with #957D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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