Html Css Color HEX #957F1A Hacienda

📋 copy color: '#957F1A'

red 149 ◦ green 127 ◦ blue 26

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

Shades of Hacienda #957F1A

Tints of Hacienda #957F1A

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

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

R = 49.34%
G = 42.05%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#957F1A (or 0x957F1A) is known color: Hacienda. HEX triplet: 95, 7F and 1A. RGB value is (149,127,26). Sum of RGB (Red+Green+Blue) = 149+127+26=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F1A is #6A80E5. Grayscale: #7A7A7A. Windows color (decimal): -6979814 or 1736597. OLE color: 1736597.

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

Color convert

RGB 149 127 26 -
CMYK 0 0.15 0.83 0.42
HSL 49.27º 0.7% 0.34% -
HSV(B) 49.27º 0.83% 0.58% -
XYZ 20.17 21.64 4.09 -
YUV 122.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 149 127 26 0 0.15 0.83 0.42 49.27 0.7 0.34
Hex 95 7F 1A 0 F 53 2A 31 46 22
Octal 225 177 32 0 17 123 52 61 106 42
Binary 10010101 1111111 11010 0 1111 1010011 101010 110001 1000110 100010

Color Harmonies of #957F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F1A

Black with #957F1A

Text Example


Text Example

White with #957F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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