#945A05

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

Shades of Golden Brown #945A05

Tints of Golden Brown #945A05

Color information

#945A05 (or 0x945A05) is unknown color: approx Golden Brown. HEX triplet: 94, 5A and 05. RGB value is (148,90,5). Sum of RGB (Red+Green+Blue) = 148+90+5=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #945A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945A05 is #6BA5FA. Grayscale: #626262. Windows color (decimal): -7054843 or 350868. OLE color: 350868.

HSL color Cylindrical-coordinate representation of color #945A05: hue angle of 35.66º 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 #945A05 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148905-
CMYK00.390.970.42
HSL35.66º93.46%30%-
HSV(B)35.66º96.62%58.04%-
XYZ15.913.621.93-
YUV97.6575.72163.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=60.91%
G=37.04%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14890500.390.970.4235.6693.4630
Hex945A5027612A245d1e
Octal2241325047141524413536
Binary10010100101101010101001111100001101010100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A05; }

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

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

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

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

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

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

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

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