Html Css Color HEX #957A1F Hacienda

📋 copy color: '#957A1F'

red 149 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #957A1F

Tints of Hacienda #957A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 49.34%
G = 40.4%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957A1F (or 0x957A1F) is known color: Hacienda. HEX triplet: 95, 7A and 1F. RGB value is (149,122,31). Sum of RGB (Red+Green+Blue) = 149+122+31=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A1F is #6A85E0. Grayscale: #787878. Windows color (decimal): -6981089 or 2062997. OLE color: 2062997.

HSL color Cylindrical-coordinate representation of color #957A1F: hue angle of 46.27º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #957A1F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 31 -
CMYK 0 0.18 0.79 0.42
HSL 46.27º 0.66% 0.35% -
HSV(B) 46.27º 0.79% 0.58% -
XYZ 19.6 20.41 4.2 -
YUV 119.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 149 122 31 0 0.18 0.79 0.42 46.27 0.66 0.35
Hex 95 7A 1F 0 12 4F 2A 2E 42 23
Octal 225 172 37 0 22 117 52 56 102 43
Binary 10010101 1111010 11111 0 10010 1001111 101010 101110 1000010 100011

Color Harmonies of #957A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A1F

Black with #957A1F

Text Example


Text Example

White with #957A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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