Html Css Color HEX #957825 Hacienda

📋 copy color: '#957825'

red 149 ◦ green 120 ◦ blue 37

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

Shades of Hacienda #957825

Tints of Hacienda #957825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

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

R = 48.69%
G = 39.22%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#957825 (or 0x957825) is known color: Hacienda. HEX triplet: 95, 78 and 25. RGB value is (149,120,37). Sum of RGB (Red+Green+Blue) = 149+120+37=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #957825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957825 is #6A87DA. Grayscale: #777777. Windows color (decimal): -6981595 or 2455701. OLE color: 2455701.

HSL color Cylindrical-coordinate representation of color #957825: hue angle of 44.46º 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 #957825 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 37 -
CMYK 0 0.19 0.75 0.42
HSL 44.46º 0.6% 0.36% -
HSV(B) 44.46º 0.75% 0.58% -
XYZ 19.44 19.96 4.58 -
YUV 119.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 149 120 37 0 0.19 0.75 0.42 44.46 0.6 0.36
Hex 95 78 25 0 13 4B 2A 2C 3C 24
Octal 225 170 45 0 23 113 52 54 74 44
Binary 10010101 1111000 100101 0 10011 1001011 101010 101100 111100 100100

Color Harmonies of #957825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957825

Black with #957825

Text Example


Text Example

White with #957825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957825; }

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

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

background-color css

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

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

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

border-color css

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

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

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