#946f13

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

Shades of Golden Brown #946F13

Tints of Golden Brown #946F13

Color information

#946F13 (or 0x946F13) is unknown color: approx Golden Brown. HEX triplet: 94, 6F and 13. RGB value is (148,111,19). Sum of RGB (Red+Green+Blue) = 148+111+19=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #946F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F13 is #6B90EC. Grayscale: #6F6F6F. Windows color (decimal): -7049453 or 1273748. OLE color: 1273748.

HSL color Cylindrical-coordinate representation of color #946F13: hue angle of 42.79º 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 #946F13 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB14811119-
CMYK00.250.870.42
HSL42.79º77.25%32.75%-
HSV(B)42.79º87.16%58.04%-
XYZ18.0117.713.09-
YUV111.5775.76153.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=53.24%
G=39.93%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481111900.250.870.4242.7977.2532.75
Hex946F13019572A2b4d21
Octal22415723031127525311541
Binary1001010011011111001101100110101111010101010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946f13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946f13; }

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

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

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

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

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

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

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

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