Html Css Color HEX #9D7C15 Hacienda

📋 copy color: '#9D7C15'

red 157 ◦ green 124 ◦ blue 21

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

Shades of Hacienda #9D7C15

Tints of Hacienda #9D7C15

RGB

 RED value IS 157 (61.72% from 255) = 51.99%

 GREEN value IS 124 (48.83% from 255) = 41.06%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 51.99%
G = 41.06%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D7C15 (or 0x9D7C15) is known color: Hacienda. HEX triplet: 9D, 7C and 15. RGB value is (157,124,21). Sum of RGB (Red+Green+Blue) = 157+124+21=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7C15 is #6283EA. Grayscale: #7A7A7A. Windows color (decimal): -6456299 or 1408157. OLE color: 1408157.

HSL color Cylindrical-coordinate representation of color #9D7C15: hue angle of 45.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D7C15 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 124 21 -
CMYK 0 0.21 0.87 0.38
HSL 45.44º 0.76% 0.35% -
HSV(B) 45.44º 0.87% 0.62% -
XYZ 21.25 21.64 3.77 -
YUV 122.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 157 124 21 0 0.21 0.87 0.38 45.44 0.76 0.35
Hex 9D 7C 15 0 15 57 26 2D 4C 23
Octal 235 174 25 0 25 127 46 55 114 43
Binary 10011101 1111100 10101 0 10101 1010111 100110 101101 1001100 100011

Color Harmonies of #9D7C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C15

Black with #9D7C15

Text Example


Text Example

White with #9D7C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,124,21); }

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

background-color css

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

 a { background-color: rgb(157,124,21); }

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

border-color css

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

 span { border-color: rgb(157,124,21); }

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