Html Css Color HEX #97850A Hacienda

📋 copy color: '#97850A'

red 151 ◦ green 133 ◦ blue 10

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

Shades of Hacienda #97850A

Tints of Hacienda #97850A

RGB

 RED value IS 151 (59.38% from 255) = 51.36%

 GREEN value IS 133 (52.34% from 255) = 45.24%

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

R = 51.36%
G = 45.24%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97850A (or 0x97850A) is known color: Hacienda. HEX triplet: 97, 85 and 0A. RGB value is (151,133,10). Sum of RGB (Red+Green+Blue) = 151+133+10=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97850A is #687AF5. Grayscale: #7C7C7C. Windows color (decimal): -6847222 or 689559. OLE color: 689559.

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

Color convert

RGB 151 133 10 -
CMYK 0 0.12 0.93 0.41
HSL 52.34º 0.88% 0.32% -
HSV(B) 52.34º 0.93% 0.59% -
XYZ 21.2 23.38 3.68 -
YUV 124.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 151 133 10 0 0.12 0.93 0.41 52.34 0.88 0.32
Hex 97 85 A 0 C 5D 29 34 58 20
Octal 227 205 12 0 14 135 51 64 130 40
Binary 10010111 10000101 1010 0 1100 1011101 101001 110100 1011000 100000

Color Harmonies of #97850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97850A

Black with #97850A

Text Example


Text Example

White with #97850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,133,10); }

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

background-color css

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

 a { background-color: rgb(151,133,10); }

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

border-color css

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

 span { border-color: rgb(151,133,10); }

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