Html Css Color HEX #9A7E25 Hacienda

📋 copy color: '#9A7E25'

red 154 ◦ green 126 ◦ blue 37

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

Shades of Hacienda #9A7E25

Tints of Hacienda #9A7E25

RGB

 RED value IS 154 (60.55% from 255) = 48.58%

 GREEN value IS 126 (49.61% from 255) = 39.75%

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

R = 48.58%
G = 39.75%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A7E25 (or 0x9A7E25) is known color: Hacienda. HEX triplet: 9A, 7E and 25. RGB value is (154,126,37). Sum of RGB (Red+Green+Blue) = 154+126+37=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7E25 is #6581DA. Grayscale: #7C7C7C. Windows color (decimal): -6652379 or 2457242. OLE color: 2457242.

HSL color Cylindrical-coordinate representation of color #9A7E25: hue angle of 45.64º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A7E25 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 126 37 -
CMYK 0 0.18 0.76 0.40
HSL 45.64º 0.61% 0.37% -
HSV(B) 45.64º 0.76% 0.6% -
XYZ 21.12 21.93 4.87 -
YUV 124.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 154 126 37 0 0.18 0.76 0.40 45.64 0.61 0.37
Hex 9A 7E 25 0 12 4C 28 2E 3D 25
Octal 232 176 45 0 22 114 50 56 75 45
Binary 10011010 1111110 100101 0 10010 1001100 101000 101110 111101 100101

Color Harmonies of #9A7E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7E25

Black with #9A7E25

Text Example


Text Example

White with #9A7E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7E25; }

 p { color: rgb(154,126,37); }

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

background-color css

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

 a { background-color: rgb(154,126,37); }

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

border-color css

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

 span { border-color: rgb(154,126,37); }

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