#947001

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

Shades of Golden Brown #947001

Tints of Golden Brown #947001

Color information

#947001 (or 0x947001) is unknown color: approx Golden Brown. HEX triplet: 94, 70 and 01. RGB value is (148,112,1). Sum of RGB (Red+Green+Blue) = 148+112+1=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #947001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947001 is #6B8FFE. Grayscale: #6E6E6E. Windows color (decimal): -7049215 or 94356. OLE color: 94356.

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

Color convert

RGB1481121-
CMYK00.240.990.42
HSL45.31º98.66%29.22%-
HSV(B)45.31º99.32%58.04%-
XYZ18.0117.892.53-
YUV110.1166.43155.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=56.70%
G=42.91%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148112100.240.990.4245.3198.6629.22
Hex94701018632A2d631d
Octal2241601030143525514335
Binary10010100111000010110001100011101010101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947001; }

 p { color: rgb(148,112,1); }

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

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

 a { background-color: rgb(148,112,1); }

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

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

 span { border-color: rgb(148,112,1); }

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