#947015

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

Shades of Golden Brown #947015

Tints of Golden Brown #947015

Color information

#947015 (or 0x947015) is unknown color: approx Golden Brown. HEX triplet: 94, 70 and 15. RGB value is (148,112,21). Sum of RGB (Red+Green+Blue) = 148+112+21=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947015 is #6B8FEA. Grayscale: #707070. Windows color (decimal): -7049195 or 1405076. OLE color: 1405076.

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

Color convert

RGB14811221-
CMYK00.240.860.42
HSL42.99º75.15%33.14%-
HSV(B)42.99º85.81%58.04%-
XYZ18.1417.943.22-
YUV112.3976.43153.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=52.67%
G=39.86%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481122100.240.860.4242.9975.1533.14
Hex947015018562A2b4b21
Octal22416025030126525311341
Binary1001010011100001010101100010101101010101010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947015; }

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

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

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

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

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

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

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

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