Html Css Color HEX #9A7D1C Hacienda

📋 copy color: '#9A7D1C'

red 154 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #9A7D1C

Tints of Hacienda #9A7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.72%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 50.16%
G = 40.72%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A7D1C (or 0x9A7D1C) is known color: Hacienda. HEX triplet: 9A, 7D and 1C. RGB value is (154,125,28). Sum of RGB (Red+Green+Blue) = 154+125+28=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7D1C is #6582E3. Grayscale: #7B7B7B. Windows color (decimal): -6652644 or 1867162. OLE color: 1867162.

HSL color Cylindrical-coordinate representation of color #9A7D1C: hue angle of 46.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A7D1C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 125 28 -
CMYK 0 0.19 0.82 0.40
HSL 46.19º 0.69% 0.36% -
HSV(B) 46.19º 0.82% 0.6% -
XYZ 20.87 21.62 4.17 -
YUV 122.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 154 125 28 0 0.19 0.82 0.40 46.19 0.69 0.36
Hex 9A 7D 1C 0 13 52 28 2E 45 24
Octal 232 175 34 0 23 122 50 56 105 44
Binary 10011010 1111101 11100 0 10011 1010010 101000 101110 1000101 100100

Color Harmonies of #9A7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D1C

Black with #9A7D1C

Text Example


Text Example

White with #9A7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,28); }

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

background-color css

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

 a { background-color: rgb(154,125,28); }

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

border-color css

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

 span { border-color: rgb(154,125,28); }

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