#945615

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

Shades of Golden Brown #945615

Tints of Golden Brown #945615

Color information

#945615 (or 0x945615) is unknown color: approx Golden Brown. HEX triplet: 94, 56 and 15. RGB value is (148,86,21). Sum of RGB (Red+Green+Blue) = 148+86+21=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #945615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945615 is #6BA9EA. Grayscale: #616161. Windows color (decimal): -7055851 or 1398420. OLE color: 1398420.

HSL color Cylindrical-coordinate representation of color #945615: hue angle of 30.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #945615 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1488621-
CMYK00.420.860.42
HSL30.71º75.15%33.14%-
HSV(B)30.71º85.81%58.04%-
XYZ15.6813.012.39-
YUV97.1385.04164.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=58.04%
G=33.73%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148862100.420.860.4230.7175.1533.14
Hex94561502A562A1f4b21
Octal22412625052126523711341
Binary1001010010101101010101010101010110101010111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945615; }

 p { color: rgb(148,86,21); }

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

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

 a { background-color: rgb(148,86,21); }

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

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

 span { border-color: rgb(148,86,21); }

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