Html Css Color HEX #9C7D1F Hacienda

📋 copy color: '#9C7D1F'

red 156 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #9C7D1F

Tints of Hacienda #9C7D1F

RGB

 RED value IS 156 (61.33% from 255) = 50%

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

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

R = 50%
G = 40.06%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C7D1F (or 0x9C7D1F) is known color: Hacienda. HEX triplet: 9C, 7D and 1F. RGB value is (156,125,31). Sum of RGB (Red+Green+Blue) = 156+125+31=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D1F is #6382E0. Grayscale: #7B7B7B. Windows color (decimal): -6521569 or 2063772. OLE color: 2063772.

HSL color Cylindrical-coordinate representation of color #9C7D1F: hue angle of 45.12º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C7D1F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 125 31 -
CMYK 0 0.20 0.80 0.39
HSL 45.12º 0.67% 0.37% -
HSV(B) 45.12º 0.8% 0.61% -
XYZ 21.29 21.83 4.39 -
YUV 123.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 156 125 31 0 0.20 0.80 0.39 45.12 0.67 0.37
Hex 9C 7D 1F 0 14 50 27 2D 43 25
Octal 234 175 37 0 24 120 47 55 103 45
Binary 10011100 1111101 11111 0 10100 1010000 100111 101101 1000011 100101

Color Harmonies of #9C7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D1F

Black with #9C7D1F

Text Example


Text Example

White with #9C7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,31); }

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

background-color css

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

 a { background-color: rgb(156,125,31); }

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

border-color css

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

 span { border-color: rgb(156,125,31); }

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