Html Css Color HEX #98830A Hacienda

📋 copy color: '#98830A'

red 152 ◦ green 131 ◦ blue 10

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

Shades of Hacienda #98830A

Tints of Hacienda #98830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 51.88%
G = 44.71%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98830A (or 0x98830A) is known color: Hacienda. HEX triplet: 98, 83 and 0A. RGB value is (152,131,10). Sum of RGB (Red+Green+Blue) = 152+131+10=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98830A is #677CF5. Grayscale: #7B7B7B. Windows color (decimal): -6782198 or 689048. OLE color: 689048.

HSL color Cylindrical-coordinate representation of color #98830A: hue angle of 51.13º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98830A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 10 -
CMYK 0 0.14 0.93 0.40
HSL 51.13º 0.88% 0.32% -
HSV(B) 51.13º 0.93% 0.6% -
XYZ 21.12 22.93 3.6 -
YUV 123.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 152 131 10 0 0.14 0.93 0.40 51.13 0.88 0.32
Hex 98 83 A 0 E 5D 28 33 58 20
Octal 230 203 12 0 16 135 50 63 130 40
Binary 10011000 10000011 1010 0 1110 1011101 101000 110011 1011000 100000

Color Harmonies of #98830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98830A

Black with #98830A

Text Example


Text Example

White with #98830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98830A; }

 p { color: rgb(152,131,10); }

 H1.HeaderClassName
 {
   color: #98830A;
 }
 .AnyTagClassName
 {
   color: #98830A;
 }
</style>

background-color css

<style>
 a { background-color: #98830A; }

 a { background-color: rgb(152,131,10); }

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

border-color css

<style>
 span { border-color: #98830A; }

 span { border-color: rgb(152,131,10); }

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