Html Css Color HEX #917D0F Hacienda

📋 copy color: '#917D0F'

red 145 ◦ green 125 ◦ blue 15

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

Shades of Hacienda #917D0F

Tints of Hacienda #917D0F

RGB

 RED value IS 145 (57.03% from 255) = 50.88%

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 50.88%
G = 43.86%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#917D0F (or 0x917D0F) is known color: Hacienda. HEX triplet: 91, 7D and 0F. RGB value is (145,125,15). Sum of RGB (Red+Green+Blue) = 145+125+15=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #917D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D0F is #6E82F0. Grayscale: #767676. Windows color (decimal): -7242481 or 1015185. OLE color: 1015185.

HSL color Cylindrical-coordinate representation of color #917D0F: hue angle of 50.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #917D0F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 125 15 -
CMYK 0 0.14 0.90 0.43
HSL 50.77º 0.81% 0.31% -
HSV(B) 50.77º 0.9% 0.57% -
XYZ 19.1 20.72 3.45 -
YUV 118.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 145 125 15 0 0.14 0.90 0.43 50.77 0.81 0.31
Hex 91 7D F 0 E 5A 2B 33 51 1F
Octal 221 175 17 0 16 132 53 63 121 37
Binary 10010001 1111101 1111 0 1110 1011010 101011 110011 1010001 11111

Color Harmonies of #917D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D0F

Black with #917D0F

Text Example


Text Example

White with #917D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917D0F; }

 p { color: rgb(145,125,15); }

 H1.HeaderClassName
 {
   color: #917D0F;
 }
 .AnyTagClassName
 {
   color: #917D0F;
 }
</style>

background-color css

<style>
 a { background-color: #917D0F; }

 a { background-color: rgb(145,125,15); }

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

border-color css

<style>
 span { border-color: #917D0F; }

 span { border-color: rgb(145,125,15); }

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