Html Css Color HEX #987D0C Hacienda

📋 copy color: '#987D0C'

red 152 ◦ green 125 ◦ blue 12

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

Shades of Hacienda #987D0C

Tints of Hacienda #987D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 52.6%
G = 43.25%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#987D0C (or 0x987D0C) is known color: Hacienda. HEX triplet: 98, 7D and 0C. RGB value is (152,125,12). Sum of RGB (Red+Green+Blue) = 152+125+12=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D0C is #6782F3. Grayscale: #787878. Windows color (decimal): -6783732 or 818584. OLE color: 818584.

HSL color Cylindrical-coordinate representation of color #987D0C: hue angle of 48.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #987D0C is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 12 -
CMYK 0 0.18 0.92 0.40
HSL 48.43º 0.85% 0.32% -
HSV(B) 48.43º 0.92% 0.6% -
XYZ 20.35 21.37 3.4 -
YUV 120.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 152 125 12 0 0.18 0.92 0.40 48.43 0.85 0.32
Hex 98 7D C 0 12 5C 28 30 55 20
Octal 230 175 14 0 22 134 50 60 125 40
Binary 10011000 1111101 1100 0 10010 1011100 101000 110000 1010101 100000

Color Harmonies of #987D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D0C

Black with #987D0C

Text Example


Text Example

White with #987D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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