Html Css Color HEX #987D0E Hacienda

📋 copy color: '#987D0E'

red 152 ◦ green 125 ◦ blue 14

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

Shades of Hacienda #987D0E

Tints of Hacienda #987D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 52.23%
G = 42.96%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#987D0E (or 0x987D0E) is known color: Hacienda. HEX triplet: 98, 7D and 0E. RGB value is (152,125,14). Sum of RGB (Red+Green+Blue) = 152+125+14=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #987D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D0E is #6782F1. Grayscale: #787878. Windows color (decimal): -6783730 or 949656. OLE color: 949656.

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

Color convert

RGB 152 125 14 -
CMYK 0 0.18 0.91 0.40
HSL 48.26º 0.83% 0.33% -
HSV(B) 48.26º 0.91% 0.6% -
XYZ 20.36 21.37 3.47 -
YUV 120.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 152 125 14 0 0.18 0.91 0.40 48.26 0.83 0.33
Hex 98 7D E 0 12 5B 28 30 53 21
Octal 230 175 16 0 22 133 50 60 123 41
Binary 10011000 1111101 1110 0 10010 1011011 101000 110000 1010011 100001

Color Harmonies of #987D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D0E

Black with #987D0E

Text Example


Text Example

White with #987D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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