#945504

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

Shades of Golden Brown #945504

Tints of Golden Brown #945504

Color information

#945504 (or 0x945504) is unknown color: approx Golden Brown. HEX triplet: 94, 55 and 04. RGB value is (148,85,4). Sum of RGB (Red+Green+Blue) = 148+85+4=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #945504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945504 is #6BAAFB. Grayscale: #5E5E5E. Windows color (decimal): -7056124 or 284052. OLE color: 284052.

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

Color convert

RGB148854-
CMYK00.430.970.42
HSL33.75º94.74%29.8%-
HSV(B)33.75º97.3%58.04%-
XYZ15.4812.81.77-
YUV94.676.87166.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.45%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=62.45%
G=35.86%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14885400.430.970.4233.7594.7429.8
Hex9455402B612A225f1e
Octal2241254053141524213736
Binary10010100101010110001010111100001101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945504; }

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

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

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

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

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

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

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

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