#945500

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

Shades of Golden Brown #945500

Tints of Golden Brown #945500

Color information

#945500 (or 0x945500) is unknown color: approx Golden Brown. HEX triplet: 94, 55 and 00. RGB value is (148,85,0). Sum of RGB (Red+Green+Blue) = 148+85+0=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #945500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945500 is #6BAAFF. Grayscale: #5E5E5E. Windows color (decimal): -7056128 or 21908. OLE color: 21908.

HSL color Cylindrical-coordinate representation of color #945500: hue angle of 34.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #945500 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB148850-
CMYK00.4310.42
HSL34.46º100%29.02%-
HSV(B)34.46º100%58.04%-
XYZ15.4612.791.65-
YUV94.1574.87166.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.52%
G=36.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14885000.4310.4234.4610029.02
Hex9455002B642A22641d
Octal2241250053144524214435
Binary100101001010101001010111100100101010100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945500; }

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

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

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

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

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

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

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

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