#93540A

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

Shades of Golden Brown #93540A

Tints of Golden Brown #93540A

Color information

#93540A (or 0x93540A) is unknown color: approx Golden Brown. HEX triplet: 93, 54 and 0A. RGB value is (147,84,10). Sum of RGB (Red+Green+Blue) = 147+84+10=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93540A is #6CABF5. Grayscale: #5E5E5E. Windows color (decimal): -7121910 or 677011. OLE color: 677011.

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

Color convert

RGB1478410-
CMYK00.430.930.42
HSL32.41º87.26%30.78%-
HSV(B)32.41º93.2%57.65%-
XYZ15.2612.571.91-
YUV94.480.37165.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=61.00%
G=34.85%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147841000.430.930.4232.4187.2630.78
Hex9354A02B5D2A20571f
Octal22312412053135524012737
Binary100100111010100101001010111011101101010100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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