#93790D

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

Shades of Hacienda #93790D

Tints of Hacienda #93790D

Color information

#93790D (or 0x93790D) is unknown color: approx Hacienda. HEX triplet: 93, 79 and 0D. RGB value is (147,121,13). Sum of RGB (Red+Green+Blue) = 147+121+13=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93790D is #6C86F2. Grayscale: #747474. Windows color (decimal): -7112435 or 883091. OLE color: 883091.

HSL color Cylindrical-coordinate representation of color #93790D: hue angle of 48.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93790D is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14712113-
CMYK00.180.910.42
HSL48.36º83.75%31.37%-
HSV(B)48.36º91.16%57.65%-
XYZ18.9419.913.22-
YUV116.4669.61149.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=52.31%
G=43.06%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471211300.180.910.4248.3683.7531.37
Hex9379D0125B2A30541f
Octal22317115022133526012437
Binary10010011111100111010100101011011101010110000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93790D; }

 p { color: rgb(147,121,13); }

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

<style>
 a { background-color: #93790D; }

 a { background-color: rgb(147,121,13); }

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

<style>
 span { border-color: #93790D; }

 span { border-color: rgb(147,121,13); }

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