Html Css Color HEX #957A1A Hacienda

📋 copy color: '#957A1A'

red 149 ◦ green 122 ◦ blue 26

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

Shades of Hacienda #957A1A

Tints of Hacienda #957A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

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

R = 50.17%
G = 41.08%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#957A1A (or 0x957A1A) is known color: Hacienda. HEX triplet: 95, 7A and 1A. RGB value is (149,122,26). Sum of RGB (Red+Green+Blue) = 149+122+26=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #957A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A1A is #6A85E5. Grayscale: #777777. Windows color (decimal): -6981094 or 1735317. OLE color: 1735317.

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

Color convert

RGB 149 122 26 -
CMYK 0 0.18 0.83 0.42
HSL 46.83º 0.7% 0.34% -
HSV(B) 46.83º 0.83% 0.58% -
XYZ 19.54 20.38 3.88 -
YUV 119.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 149 122 26 0 0.18 0.83 0.42 46.83 0.7 0.34
Hex 95 7A 1A 0 12 53 2A 2F 46 22
Octal 225 172 32 0 22 123 52 57 106 42
Binary 10010101 1111010 11010 0 10010 1010011 101010 101111 1000110 100010

Color Harmonies of #957A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A1A

Black with #957A1A

Text Example


Text Example

White with #957A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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