#93610C

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

Shades of Golden Brown #93610C

Tints of Golden Brown #93610C

Color information

#93610C (or 0x93610C) is unknown color: approx Golden Brown. HEX triplet: 93, 61 and 0C. RGB value is (147,97,12). Sum of RGB (Red+Green+Blue) = 147+97+12=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93610C is #6C9EF3. Grayscale: #666666. Windows color (decimal): -7118580 or 811411. OLE color: 811411.

HSL color Cylindrical-coordinate representation of color #93610C: hue angle of 37.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93610C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1479712-
CMYK00.340.920.42
HSL37.78º84.91%31.18%-
HSV(B)37.78º91.84%57.65%-
XYZ16.3714.782.34-
YUV102.2677.06159.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.42%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=57.42%
G=37.89%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147971200.340.920.4237.7884.9131.18
Hex9361C0225C2A26551f
Octal22314114042134524612537
Binary100100111100001110001000101011100101010100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93610C; }

 p { color: rgb(147,97,12); }

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

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

 a { background-color: rgb(147,97,12); }

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

<style>
 span { border-color: #93610C; }

 span { border-color: rgb(147,97,12); }

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