#93770a

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

Shades of Golden Brown #93770A

Tints of Golden Brown #93770A

Color information

#93770A (or 0x93770A) is unknown color: approx Golden Brown. HEX triplet: 93, 77 and 0A. RGB value is (147,119,10). Sum of RGB (Red+Green+Blue) = 147+119+10=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93770A is #6C88F5. Grayscale: #737373. Windows color (decimal): -7112950 or 685971. OLE color: 685971.

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

Color convert

RGB14711910-
CMYK00.190.930.42
HSL47.74º87.26%30.78%-
HSV(B)47.74º93.2%57.65%-
XYZ18.6819.423.05-
YUV114.9568.78150.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=53.26%
G=43.12%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471191000.190.930.4247.7487.2630.78
Hex9377A0135D2A30571f
Octal22316712023135526012737
Binary10010011111011110100100111011101101010110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93770a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93770a; }

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

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

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

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

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

<style>
 span { border-color: #93770a; }

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

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