#93630C

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

Shades of Golden Brown #93630C

Tints of Golden Brown #93630C

Color information

#93630C (or 0x93630C) is unknown color: approx Golden Brown. HEX triplet: 93, 63 and 0C. RGB value is (147,99,12). Sum of RGB (Red+Green+Blue) = 147+99+12=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93630C is #6C9CF3. Grayscale: #676767. Windows color (decimal): -7118068 or 811923. OLE color: 811923.

HSL color Cylindrical-coordinate representation of color #93630C: hue angle of 38.67º 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 #93630C is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1479912-
CMYK00.330.920.42
HSL38.67º84.91%31.18%-
HSV(B)38.67º91.84%57.65%-
XYZ16.5615.152.4-
YUV103.4376.4159.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 12 (5.08% from 255) = 4.65%
R=56.98%
G=38.37%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147991200.330.920.4238.6784.9131.18
Hex9363C0215C2A27551f
Octal22314314041134524712537
Binary100100111100011110001000011011100101010100111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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