#93580A

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

Shades of Golden Brown #93580A

Tints of Golden Brown #93580A

Color information

#93580A (or 0x93580A) is unknown color: approx Golden Brown. HEX triplet: 93, 58 and 0A. RGB value is (147,88,10). Sum of RGB (Red+Green+Blue) = 147+88+10=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93580A is #6CA7F5. Grayscale: #616161. Windows color (decimal): -7120886 or 678035. OLE color: 678035.

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

Color convert

RGB1478810-
CMYK00.400.930.42
HSL34.16º87.26%30.78%-
HSV(B)34.16º93.2%57.65%-
XYZ15.5813.22.01-
YUV96.7579.05163.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=60%
G=35.92%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147881000.400.930.4234.1687.2630.78
Hex9358A0285D2A22571f
Octal22313012050135524212737
Binary100100111011000101001010001011101101010100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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