#945905

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

Shades of Golden Brown #945905

Tints of Golden Brown #945905

Color information

#945905 (or 0x945905) is unknown color: approx Golden Brown. HEX triplet: 94, 59 and 05. RGB value is (148,89,5). Sum of RGB (Red+Green+Blue) = 148+89+5=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #945905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945905 is #6BA6FA. Grayscale: #616161. Windows color (decimal): -7055099 or 350612. OLE color: 350612.

HSL color Cylindrical-coordinate representation of color #945905: hue angle of 35.24º degrees, saturation: 0.93, 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 #945905 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148895-
CMYK00.400.970.42
HSL35.24º93.46%30%-
HSV(B)35.24º96.62%58.04%-
XYZ15.8113.451.91-
YUV97.0676.05164.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.16%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=61.16%
G=36.78%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14889500.400.970.4235.2493.4630
Hex94595028612A235d1e
Octal2241315050141524313536
Binary10010100101100110101010001100001101010100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945905; }

 p { color: rgb(148,89,5); }

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

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

 a { background-color: rgb(148,89,5); }

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

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

 span { border-color: rgb(148,89,5); }

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