#945515

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

Shades of Golden Brown #945515

Tints of Golden Brown #945515

Color information

#945515 (or 0x945515) is unknown color: approx Golden Brown. HEX triplet: 94, 55 and 15. RGB value is (148,85,21). Sum of RGB (Red+Green+Blue) = 148+85+21=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #945515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945515 is #6BAAEA. Grayscale: #606060. Windows color (decimal): -7056107 or 1398164. OLE color: 1398164.

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

Color convert

RGB1488521-
CMYK00.430.860.42
HSL30.24º75.15%33.14%-
HSV(B)30.24º85.81%58.04%-
XYZ15.612.852.37-
YUV96.5485.37164.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 21 (8.59% from 255) = 8.27%
R=58.27%
G=33.46%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148852100.430.860.4230.2475.1533.14
Hex94551502B562A1e4b21
Octal22412525053126523611341
Binary1001010010101011010101010111010110101010111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945515; }

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

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

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

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

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

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

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

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