#945713

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

Shades of Golden Brown #945713

Tints of Golden Brown #945713

Color information

#945713 (or 0x945713) is unknown color: approx Golden Brown. HEX triplet: 94, 57 and 13. RGB value is (148,87,19). Sum of RGB (Red+Green+Blue) = 148+87+19=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #945713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945713 is #6BA8EC. Grayscale: #616161. Windows color (decimal): -7055597 or 1267604. OLE color: 1267604.

HSL color Cylindrical-coordinate representation of color #945713: hue angle of 31.63º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #945713 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1488719-
CMYK00.410.870.42
HSL31.63º77.25%32.75%-
HSV(B)31.63º87.16%58.04%-
XYZ15.7413.162.33-
YUV97.4983.71164.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=58.27%
G=34.25%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148871900.410.870.4231.6377.2532.75
Hex945713029572A204d21
Octal22412723051127524011541
Binary10010100101011110011010100110101111010101000001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945713; }

 p { color: rgb(148,87,19); }

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

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

 a { background-color: rgb(148,87,19); }

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

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

 span { border-color: rgb(148,87,19); }

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