#945704

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

Shades of Golden Brown #945704

Tints of Golden Brown #945704

Color information

#945704 (or 0x945704) is unknown color: approx Golden Brown. HEX triplet: 94, 57 and 04. RGB value is (148,87,4). Sum of RGB (Red+Green+Blue) = 148+87+4=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #945704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945704 is #6BA8FB. Grayscale: #606060. Windows color (decimal): -7055612 or 284564. OLE color: 284564.

HSL color Cylindrical-coordinate representation of color #945704: hue angle of 34.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #945704 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148874-
CMYK00.410.970.42
HSL34.58º94.74%29.8%-
HSV(B)34.58º97.3%58.04%-
XYZ15.6413.121.82-
YUV95.7876.21165.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=61.92%
G=36.40%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14887400.410.970.4234.5894.7429.8
Hex94574029612A235f1e
Octal2241274051141524313736
Binary10010100101011110001010011100001101010100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945704; }

 p { color: rgb(148,87,4); }

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

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

 a { background-color: rgb(148,87,4); }

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

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

 span { border-color: rgb(148,87,4); }

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