Html Css Color HEX #9D741D Hacienda

📋 copy color: '#9D741D'

red 157 ◦ green 116 ◦ blue 29

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

Shades of Hacienda #9D741D

Tints of Hacienda #9D741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 51.99%
G = 38.41%
B = 9.6%

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

#9D741D (or 0x9D741D) is known color: Hacienda. HEX triplet: 9D, 74 and 1D. RGB value is (157,116,29). Sum of RGB (Red+Green+Blue) = 157+116+29=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D741D is #628BE2. Grayscale: #767676. Windows color (decimal): -6458339 or 1930397. OLE color: 1930397.

HSL color Cylindrical-coordinate representation of color #9D741D: hue angle of 40.78º degrees, saturation: 0.69, 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 #9D741D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 116 29 -
CMYK 0 0.26 0.82 0.38
HSL 40.78º 0.69% 0.36% -
HSV(B) 40.78º 0.82% 0.62% -
XYZ 20.37 19.75 3.9 -
YUV 118.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 157 116 29 0 0.26 0.82 0.38 40.78 0.69 0.36
Hex 9D 74 1D 0 1A 52 26 29 45 24
Octal 235 164 35 0 32 122 46 51 105 44
Binary 10011101 1110100 11101 0 11010 1010010 100110 101001 1000101 100100

Color Harmonies of #9D741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D741D

Black with #9D741D

Text Example


Text Example

White with #9D741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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