Html Css Color HEX #95761A Hacienda

📋 copy color: '#95761A'

red 149 ◦ green 118 ◦ blue 26

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

Shades of Hacienda #95761A

Tints of Hacienda #95761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 50.85%
G = 40.27%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95761A (or 0x95761A) is known color: Hacienda. HEX triplet: 95, 76 and 1A. RGB value is (149,118,26). Sum of RGB (Red+Green+Blue) = 149+118+26=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95761A is #6A89E5. Grayscale: #757575. Windows color (decimal): -6982118 or 1734293. OLE color: 1734293.

HSL color Cylindrical-coordinate representation of color #95761A: hue angle of 44.88º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95761A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 26 -
CMYK 0 0.21 0.83 0.42
HSL 44.88º 0.7% 0.34% -
HSV(B) 44.88º 0.83% 0.58% -
XYZ 19.06 19.42 3.72 -
YUV 116.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 149 118 26 0 0.21 0.83 0.42 44.88 0.7 0.34
Hex 95 76 1A 0 15 53 2A 2D 46 22
Octal 225 166 32 0 25 123 52 55 106 42
Binary 10010101 1110110 11010 0 10101 1010011 101010 101101 1000110 100010

Color Harmonies of #95761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95761A

Black with #95761A

Text Example


Text Example

White with #95761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95761A; }

 p { color: rgb(149,118,26); }

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

background-color css

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

 a { background-color: rgb(149,118,26); }

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

border-color css

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

 span { border-color: rgb(149,118,26); }

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