Html Css Color HEX #957A25 Hacienda

📋 copy color: '#957A25'

red 149 ◦ green 122 ◦ blue 37

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

Shades of Hacienda #957A25

Tints of Hacienda #957A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 48.38%
G = 39.61%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#957A25 (or 0x957A25) is known color: Hacienda. HEX triplet: 95, 7A and 25. RGB value is (149,122,37). Sum of RGB (Red+Green+Blue) = 149+122+37=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #957A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A25 is #6A85DA. Grayscale: #787878. Windows color (decimal): -6981083 or 2456213. OLE color: 2456213.

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

Color convert

RGB 149 122 37 -
CMYK 0 0.18 0.75 0.42
HSL 45.54º 0.6% 0.36% -
HSV(B) 45.54º 0.75% 0.58% -
XYZ 19.69 20.44 4.66 -
YUV 120.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 149 122 37 0 0.18 0.75 0.42 45.54 0.6 0.36
Hex 95 7A 25 0 12 4B 2A 2E 3C 24
Octal 225 172 45 0 22 113 52 56 74 44
Binary 10010101 1111010 100101 0 10010 1001011 101010 101110 111100 100100

Color Harmonies of #957A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A25

Black with #957A25

Text Example


Text Example

White with #957A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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