Html Css Color HEX #988A0C Hacienda

📋 copy color: '#988A0C'

red 152 ◦ green 138 ◦ blue 12

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

Shades of Hacienda #988A0C

Tints of Hacienda #988A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

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

R = 50.33%
G = 45.7%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#988A0C (or 0x988A0C) is known color: Hacienda. HEX triplet: 98, 8A and 0C. RGB value is (152,138,12). Sum of RGB (Red+Green+Blue) = 152+138+12=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A0C is #6775F3. Grayscale: #808080. Windows color (decimal): -6780404 or 821912. OLE color: 821912.

HSL color Cylindrical-coordinate representation of color #988A0C: hue angle of 54º 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 #988A0C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 12 -
CMYK 0 0.09 0.92 0.40
HSL 54º 0.85% 0.32% -
HSV(B) 54º 0.92% 0.6% -
XYZ 22.1 24.88 3.98 -
YUV 127.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 152 138 12 0 0.09 0.92 0.40 54 0.85 0.32
Hex 98 8A C 0 9 5C 28 36 55 20
Octal 230 212 14 0 11 134 50 66 125 40
Binary 10011000 10001010 1100 0 1001 1011100 101000 110110 1010101 100000

Color Harmonies of #988A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A0C

Black with #988A0C

Text Example


Text Example

White with #988A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988A0C; }

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

 H1.HeaderClassName
 {
   color: #988A0C;
 }
 .AnyTagClassName
 {
   color: #988A0C;
 }
</style>

background-color css

<style>
 a { background-color: #988A0C; }

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

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

border-color css

<style>
 span { border-color: #988A0C; }

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

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