Html Css Color HEX #987D0F Hacienda

📋 copy color: '#987D0F'

red 152 ◦ green 125 ◦ blue 15

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

Shades of Hacienda #987D0F

Tints of Hacienda #987D0F

RGB

 RED value IS 152 (59.77% from 255) = 52.05%

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

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

R = 52.05%
G = 42.81%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#987D0F (or 0x987D0F) is known color: Hacienda. HEX triplet: 98, 7D and 0F. RGB value is (152,125,15). Sum of RGB (Red+Green+Blue) = 152+125+15=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #987D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D0F is #6782F0. Grayscale: #797979. Windows color (decimal): -6783729 or 1015192. OLE color: 1015192.

HSL color Cylindrical-coordinate representation of color #987D0F: hue angle of 48.18º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #987D0F is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 15 -
CMYK 0 0.18 0.90 0.40
HSL 48.18º 0.82% 0.33% -
HSV(B) 48.18º 0.9% 0.6% -
XYZ 20.37 21.38 3.5 -
YUV 120.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 152 125 15 0 0.18 0.90 0.40 48.18 0.82 0.33
Hex 98 7D F 0 12 5A 28 30 52 21
Octal 230 175 17 0 22 132 50 60 122 41
Binary 10011000 1111101 1111 0 10010 1011010 101000 110000 1010010 100001

Color Harmonies of #987D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D0F

Black with #987D0F

Text Example


Text Example

White with #987D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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