Html Css Color HEX #957416 Hacienda

📋 copy color: '#957416'

red 149 ◦ green 116 ◦ blue 22

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

Shades of Hacienda #957416

Tints of Hacienda #957416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 51.92%
G = 40.42%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957416 (or 0x957416) is known color: Hacienda. HEX triplet: 95, 74 and 16. RGB value is (149,116,22). Sum of RGB (Red+Green+Blue) = 149+116+22=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #957416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957416 is #6A8BE9. Grayscale: #737373. Windows color (decimal): -6982634 or 1471637. OLE color: 1471637.

HSL color Cylindrical-coordinate representation of color #957416: hue angle of 44.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #957416 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 22 -
CMYK 0 0.22 0.85 0.42
HSL 44.41º 0.74% 0.34% -
HSV(B) 44.41º 0.85% 0.58% -
XYZ 18.78 18.94 3.42 -
YUV 115.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 149 116 22 0 0.22 0.85 0.42 44.41 0.74 0.34
Hex 95 74 16 0 16 55 2A 2C 4A 22
Octal 225 164 26 0 26 125 52 54 112 42
Binary 10010101 1110100 10110 0 10110 1010101 101010 101100 1001010 100010

Color Harmonies of #957416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957416

Black with #957416

Text Example


Text Example

White with #957416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957416; }

 p { color: rgb(149,116,22); }

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

background-color css

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

 a { background-color: rgb(149,116,22); }

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

border-color css

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

 span { border-color: rgb(149,116,22); }

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