#947215

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

Shades of Golden Brown #947215

Tints of Golden Brown #947215

Color information

#947215 (or 0x947215) is unknown color: approx Golden Brown. HEX triplet: 94, 72 and 15. RGB value is (148,114,21). Sum of RGB (Red+Green+Blue) = 148+114+21=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947215 is #6B8DEA. Grayscale: #717171. Windows color (decimal): -7048683 or 1405588. OLE color: 1405588.

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

Color convert

RGB14811421-
CMYK00.230.860.42
HSL43.94º75.15%33.14%-
HSV(B)43.94º85.81%58.04%-
XYZ18.3718.383.29-
YUV113.5675.76152.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=52.30%
G=40.28%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481142100.230.860.4243.9475.1533.14
Hex947215017562A2c4b21
Octal22416225027126525411341
Binary1001010011100101010101011110101101010101011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947215; }

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

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

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

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

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

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

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

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