#93590A

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

Shades of Golden Brown #93590A

Tints of Golden Brown #93590A

Color information

#93590A (or 0x93590A) is unknown color: approx Golden Brown. HEX triplet: 93, 59 and 0A. RGB value is (147,89,10). Sum of RGB (Red+Green+Blue) = 147+89+10=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93590A is #6CA6F5. Grayscale: #616161. Windows color (decimal): -7120630 or 678291. OLE color: 678291.

HSL color Cylindrical-coordinate representation of color #93590A: hue angle of 34.6º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93590A is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1478910-
CMYK00.390.930.42
HSL34.6º87.26%30.78%-
HSV(B)34.6º93.2%57.65%-
XYZ15.6613.372.04-
YUV97.3478.72163.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.76%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=59.76%
G=36.18%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147891000.390.930.4234.687.2630.78
Hex9359A0275D2A23571f
Octal22313112047135524312737
Binary100100111011001101001001111011101101010100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93590A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,89,10); }

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

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

 a { background-color: rgb(147,89,10); }

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

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

 span { border-color: rgb(147,89,10); }

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