#97830B

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

Shades of Hacienda #97830B

Tints of Hacienda #97830B

Color information

#97830B (or 0x97830B) is unknown color: approx Hacienda. HEX triplet: 97, 83 and 0B. RGB value is (151,131,11). Sum of RGB (Red+Green+Blue) = 151+131+11=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97830B is #687CF4. Grayscale: #7B7B7B. Windows color (decimal): -6847733 or 754583. OLE color: 754583.

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

Color convert

RGB15113111-
CMYK00.130.930.41
HSL51.43º86.42%31.76%-
HSV(B)51.43º92.72%59.22%-
XYZ20.9422.843.62-
YUV123.364.63147.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 11 (4.69% from 255) = 3.75%
R=51.54%
G=44.71%
B=3.75%

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
Decimal1511311100.130.930.4151.4386.4231.76
Hex9783B0D5D29335620
Octal22720313015135516312640
Binary100101111000001110110110110111011010011100111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97830B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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