#97830A

Color #97830A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #97830A

Tints of Hacienda #97830A

Color information

#97830A (or 0x97830A) is unknown color: approx Hacienda. HEX triplet: 97, 83 and 0A. RGB value is (151,131,10). Sum of RGB (Red+Green+Blue) = 151+131+10=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97830A is #687CF5. Grayscale: #7B7B7B. Windows color (decimal): -6847734 or 689047. OLE color: 689047.

HSL color Cylindrical-coordinate representation of color #97830A: hue angle of 51.49º 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 #97830A is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15113110-
CMYK00.130.930.41
HSL51.49º87.58%31.57%-
HSV(B)51.49º93.38%59.22%-
XYZ20.9322.833.59-
YUV123.1964.13147.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 10 (4.30% from 255) = 3.42%
R=51.71%
G=44.86%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511311000.130.930.4151.4987.5831.57
Hex9783A0D5D29335820
Octal22720312015135516313040
Binary100101111000001110100110110111011010011100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97830A;
 }
 .AnyTagClassName
 {
   color: #97830A;
 }
</style>
background-color css

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

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

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

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

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

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