Html Css Color HEX #9D741C Hacienda

📋 copy color: '#9D741C'

red 157 ◦ green 116 ◦ blue 28

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

Shades of Hacienda #9D741C

Tints of Hacienda #9D741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 52.16%
G = 38.54%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D741C (or 0x9D741C) is known color: Hacienda. HEX triplet: 9D, 74 and 1C. RGB value is (157,116,28). Sum of RGB (Red+Green+Blue) = 157+116+28=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D741C is #628BE3. Grayscale: #767676. Windows color (decimal): -6458340 or 1864861. OLE color: 1864861.

HSL color Cylindrical-coordinate representation of color #9D741C: hue angle of 40.93º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D741C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 116 28 -
CMYK 0 0.26 0.82 0.38
HSL 40.93º 0.7% 0.36% -
HSV(B) 40.93º 0.82% 0.62% -
XYZ 20.36 19.74 3.84 -
YUV 118.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 157 116 28 0 0.26 0.82 0.38 40.93 0.7 0.36
Hex 9D 74 1C 0 1A 52 26 29 46 24
Octal 235 164 34 0 32 122 46 51 106 44
Binary 10011101 1110100 11100 0 11010 1010010 100110 101001 1000110 100100

Color Harmonies of #9D741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D741C

Black with #9D741C

Text Example


Text Example

White with #9D741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,116,28); }

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

background-color css

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

 a { background-color: rgb(157,116,28); }

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

border-color css

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

 span { border-color: rgb(157,116,28); }

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