#945815

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

Shades of Golden Brown #945815

Tints of Golden Brown #945815

Color information

#945815 (or 0x945815) is unknown color: approx Golden Brown. HEX triplet: 94, 58 and 15. RGB value is (148,88,21). Sum of RGB (Red+Green+Blue) = 148+88+21=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #945815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945815 is #6BA7EA. Grayscale: #626262. Windows color (decimal): -7055339 or 1398932. OLE color: 1398932.

HSL color Cylindrical-coordinate representation of color #945815: hue angle of 31.65º 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 #945815 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1488821-
CMYK00.410.860.42
HSL31.65º75.15%33.14%-
HSV(B)31.65º85.81%58.04%-
XYZ15.8413.332.45-
YUV98.384.38163.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=57.59%
G=34.24%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148882100.410.860.4231.6575.1533.14
Hex945815029562A204b21
Octal22413025051126524011341
Binary10010100101100010101010100110101101010101000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945815; }

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

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

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

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

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

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

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

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