Html Css Color HEX #957C23 Hacienda

📋 copy color: '#957C23'

red 149 ◦ green 124 ◦ blue 35

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

Shades of Hacienda #957C23

Tints of Hacienda #957C23

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 48.38%
G = 40.26%
B = 11.36%

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

#957C23 (or 0x957C23) is known color: Hacienda. HEX triplet: 95, 7C and 23. RGB value is (149,124,35). Sum of RGB (Red+Green+Blue) = 149+124+35=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #957C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C23 is #6A83DC. Grayscale: #797979. Windows color (decimal): -6980573 or 2325653. OLE color: 2325653.

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

Color convert

RGB 149 124 35 -
CMYK 0 0.17 0.77 0.42
HSL 46.84º 0.62% 0.36% -
HSV(B) 46.84º 0.77% 0.58% -
XYZ 19.91 20.93 4.58 -
YUV 121.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 149 124 35 0 0.17 0.77 0.42 46.84 0.62 0.36
Hex 95 7C 23 0 11 4D 2A 2F 3E 24
Octal 225 174 43 0 21 115 52 57 76 44
Binary 10010101 1111100 100011 0 10001 1001101 101010 101111 111110 100100

Color Harmonies of #957C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C23

Black with #957C23

Text Example


Text Example

White with #957C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,35); }

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

background-color css

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

 a { background-color: rgb(149,124,35); }

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

border-color css

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

 span { border-color: rgb(149,124,35); }

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